Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Andrea Rachetta
hello-ci-lite
Commits
39a21f39
Commit
39a21f39
authored
May 19, 2016
by
Yushin Washio
Browse files
add GitLab Runner configuration file (see
http://docs.gitlab.com/ce/ci/yaml/README.html
)
parent
9a964b06
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
39a21f39
image
:
gcc
stages
:
-
build
-
test
build_job
:
stage
:
build
script
:
-
make
test_job
:
stage
:
test
script
:
-
./main.o
Write
Preview
Supports
Markdown
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