Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio-tutorials
Commits
0a9d7d23
Commit
0a9d7d23
authored
Apr 11, 2018
by
Guilhem Saurel
Browse files
[CI/CD] Use artifacts
parent
6072ce37
Pipeline
#540
passed with stage
in 4 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
0a9d7d23
build
:
before_script
:
-
apt-get update -qq && apt-get install -qqy asciidoc cmake g++ source-highlight
script
:
-
cmake .
-
make
artifacts
:
paths
:
-
html
expire_in
:
1 day
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