Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PaMPA
PaMPA
Commits
1ee8a48e
Commit
1ee8a48e
authored
May 16, 2018
by
PRUVOST Florent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a build doc job
parent
e08c8a9e
Pipeline
#24975
passed with stages
in 9 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
.gitlab-ci.yml
.gitlab-ci.yml
+13
-0
No files found.
.gitlab-ci.yml
View file @
1ee8a48e
...
...
@@ -22,6 +22,19 @@ build_pampa:
-
branches
-
master@PaMPA/PaMPA-p
build_pampa_doc
:
stage
:
build
artifacts
:
expire_in
:
42 minutes
untracked
:
true
script
:
-
cd build
-
cmake .. -DPAMPA_BUILD_DOC=ON
-
make -j5 doc
only
:
-
branches
-
master@PaMPA/PaMPA-p
test_pampa
:
stage
:
test
dependencies
:
...
...
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