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
12c82158
Commit
12c82158
authored
May 12, 2020
by
Norby, Tom
Browse files
Disable mac memcheck.
parent
c4cf988d
Pipeline
#101449
passed with stages
in 21 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
12c82158
...
...
@@ -11,7 +11,7 @@ mac_gcc_testing:
script
:
-
which git
-
git --version
-
module load cmake gcc/4.8.5 qt/5.9.1 vtk/8.1.0
valgrind
-
module load cmake gcc/4.8.5 qt/5.9.1 vtk/8.1.0
-
which cmake
-
which python
-
python --version
...
...
@@ -20,7 +20,6 @@ mac_gcc_testing:
-
cd build
-
cmake -DTasmanian_DIR=/opt/tasmanian/6.0 ^
-DBUILDNAME=$(uname -s)-GCC-4.8.5-Debug-${CI_BUILD_REF_NAME} ^
-DMEMCHECK_COMMAND=$(which valgrind) ^
-DCMAKE_BUILD_TYPE=DEBUG ^
-Dradix_ENABLE_TESTS=ON ^
-Dradix_ENABLE_SECONDARY_TESTED_CODE=ON ^
...
...
@@ -31,8 +30,7 @@ mac_gcc_testing:
-
ctest --verbose --output-on-failure ^
-D ExperimentalStart ^
-D ExperimentalBuild ^
-D ExperimentalTest ^
-D ExperimentalMemCheck
-D ExperimentalTest
mac_llvm_testing
:
tags
:
...
...
@@ -40,7 +38,7 @@ mac_llvm_testing:
script
:
-
which git
-
git --version
-
module load cmake qt/5.9.1 vtk/8.1.0
valgrind
-
module load cmake qt/5.9.1 vtk/8.1.0
-
which python
-
python --version
-
python TriBITS/tribits/ci_support/clone_extra_repos.py
...
...
@@ -50,7 +48,6 @@ mac_llvm_testing:
-
export radix_ENABLE_Fortran=OFF
-
cmake -DTasmanian_DIR=/opt/tasmanian/6.0 ^
-DBUILDNAME=$(uname -s)-LLVM-Debug-${CI_BUILD_REF_NAME} ^
-DMEMCHECK_COMMAND=$(which valgrind) ^
-DCMAKE_BUILD_TYPE=DEBUG ^
-Dradix_ENABLE_TESTS=ON ^
-Dradix_ENABLE_SECONDARY_TESTED_CODE=ON ^
...
...
@@ -61,8 +58,7 @@ mac_llvm_testing:
-
ctest --verbose --output-on-failure ^
-D ExperimentalStart ^
-D ExperimentalBuild ^
-D ExperimentalTest ^
-D ExperimentalMemCheck
-D ExperimentalTest
linux_gcc_testing
:
tags
:
...
...
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