Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
459cf208
Commit
459cf208
authored
Jul 29, 2016
by
David Haynes
🙆
Browse files
Add simple .gitlab-ci.yml
- just testing gitlab-ci -> slack posting
parent
6026dd2f
Pipeline
#294
passed with stages
in 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
459cf208
types
:
-
build
-
test
build_Go
:
type
:
build
script
:
echo Building!
test_Go
:
type
:
test
script
:
echo Testing!
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment