Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
Mpp
Commits
81c7e4f7
Commit
81c7e4f7
authored
Mar 03, 2020
by
niklas.baumgarten
Browse files
Update .gitlab-ci.yml
parent
70dd3df1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
81c7e4f7
stages
:
-
build
-
test
-
deploy
build-mpp
:
stage
:
build
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
before_script
:
-
module add foss
-
module add Anaconda3
script
:
-
mkdir build
-
cd build
-
cmake ..
-
make -j
artifacts
:
paths
:
-
build
unit-test
:
stage
:
test
before_script
:
-
cd build
script
:
-
./TestCellConstruction
-
./TestCellInterface
...
...
@@ -35,5 +30,11 @@ unit-test:
-
./TestConfig
-
./TestQuadrature
trigger-deploy
:
stage
:
deploy
script
:
-
curl -s -X POST -F token=$CI_JOB_TOKEN -F ref=master \
-F "variables[TRIGGERER_PIPELINE_ID]=${CI_PIPELINE_ID}" \
https://git.scc.kit.edu/yq8188/tutorial/
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