Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gauthier Quesnel
bits
Commits
baff24a1
Commit
baff24a1
authored
Jun 19, 2018
by
Gauthier Quesnel
Browse files
gitlab: added gitlab continuous integration
parent
9ee6fce2
Pipeline
#119
failed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
baff24a1
image
:
gcc
build
:
stage
:
build
before_script
:
-
apt update && apt -y install cmake g++ ninja-build
script
:
-
mkdir build && cd build
-
cmake -G Ninja
-
ninja
-
ninja install
-
ninja test
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