Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
1cac0267
Commit
1cac0267
authored
Jan 09, 2017
by
LEFEBVREJP email
Browse files
Merge branch 'master' of code.ornl.gov:jap/radix
parents
3ee1da62
4a8f5234
Pipeline
#7388
passed with stages
in 23 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1cac0267
...
...
@@ -21,7 +21,7 @@ stages:
-
configure
-
build
-
test
-
coverage
-
analysis
configure_linux
:
stage
:
configure
...
...
@@ -41,7 +41,8 @@ configure_linux:
-
cd build
-
module load cmake
-
which cmake
-
cmake -DBUILDNAME=$(uname -s)-GCC-4.8.5-Debug -DCMAKE_BUILD_TYPE=DEBUG -Dradix_ENABLE_COVERAGE_TESTING=ON -Dradix_ENABLE_TESTS=ON -Dradix_ENABLE_ams=ON -Dradix_ENABLE_radixio=ON -Dradix_ENABLE_radixmath=ON -Dradix_ENABLE_radixpara=ON -Dradix_ENABLE_radixgeometry=ON -Dradix_ENABLE_radixglls=ON -Dradix_ENABLE_googletest=ON ..
-
module load valgrind
-
cmake -D MEMCHECK_COMMAND=$(which valgrind) -DBUILDNAME=$(uname -s)-GCC-4.8.5-Debug -DCMAKE_BUILD_TYPE=DEBUG -Dradix_ENABLE_COVERAGE_TESTING=ON -Dradix_ENABLE_TESTS=ON -Dradix_ENABLE_ams=ON -Dradix_ENABLE_radixio=ON -Dradix_ENABLE_radixmath=ON -Dradix_ENABLE_radixpara=ON -Dradix_ENABLE_radixgeometry=ON -Dradix_ENABLE_radixglls=ON -Dradix_ENABLE_googletest=ON ..
build_linux
:
stage
:
build
...
...
@@ -65,15 +66,16 @@ test_linux:
dependencies
:
-
build_linux
.coverage
_linux
:
stage
:
coverage
analysis
_linux
:
stage
:
analysis
tags
:
-
linux
script
:
-
cd build
-
ctest -D ExperimentalCoverage -D ExperimentalSubmit
-
ctest -D ExperimentalCoverage -D
ExperimentalMemCheck -D
ExperimentalSubmit
dependencies
:
-
test_linux
allow_failure
:
true
configure_linux_mpi
:
stage
:
configure
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment