Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
d988e739
Commit
d988e739
authored
6 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Add the deploy stage to put online documentation
parent
ddb8c53c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-6
8 additions, 6 deletions
.gitlab-ci.yml
with
8 additions
and
6 deletions
.gitlab-ci.yml
+
8
−
6
View file @
d988e739
...
@@ -3,7 +3,8 @@ image: hpclib/hiepacs
...
@@ -3,7 +3,8 @@ image: hpclib/hiepacs
stages
:
stages
:
-
build
-
build
-
test
-
test
-
third
-
analyse
-
deploy
before_script
:
before_script
:
-
git submodule update --init --recursive
-
git submodule update --init --recursive
...
@@ -235,7 +236,7 @@ test_parsec_master:
...
@@ -235,7 +236,7 @@ test_parsec_master:
-
master@solverstack/chameleon
-
master@solverstack/chameleon
coverity
:
coverity
:
stage
:
third
stage
:
analyse
dependencies
:
[]
dependencies
:
[]
artifacts
:
artifacts
:
name
:
chameleon_coverity
name
:
chameleon_coverity
...
@@ -257,7 +258,7 @@ coverity:
...
@@ -257,7 +258,7 @@ coverity:
-
master@solverstack/chameleon
-
master@solverstack/chameleon
sonarqube
:
sonarqube
:
stage
:
third
stage
:
analyse
dependencies
:
dependencies
:
-
test_starpu_master
-
test_starpu_master
-
test_starpu_simgrid_master
-
test_starpu_simgrid_master
...
@@ -285,17 +286,18 @@ sonarqube:
...
@@ -285,17 +286,18 @@ sonarqube:
-
master@solverstack/chameleon
-
master@solverstack/chameleon
doc
:
doc
:
stage
:
third
stage
:
deploy
dependencies
:
[]
dependencies
:
[]
artifacts
:
artifacts
:
name
:
chameleon_doc
name
:
chameleon_doc
expire_in
:
1 week
expire_in
:
1 week
paths
:
paths
:
-
build/doc/doxygen
-
public
-
build/doc/orgmode
script
:
script
:
-
cd build
-
cd build
-
cmake .. -DCHAMELEON_ENABLE_DOC=ON
-
cmake .. -DCHAMELEON_ENABLE_DOC=ON
-
make doc -j5
-
make doc -j5
-
mv docs/doxygen ../public/
-
mv docs/orgmode ../public/
only
:
only
:
-
master@solverstack/chameleon
-
master@solverstack/chameleon
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment