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
6cf7b9e9
Commit
6cf7b9e9
authored
Jan 27, 2018
by
Jordan P. Lefebvre
Browse files
Updating gitlab-ci to add analysis stage that is allowed to fail.
parent
7743ea0f
Pipeline
#11516
passed with stages
in 4 minutes and 31 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6cf7b9e9
stages
:
-
test
-
analysis
.windows_before_script
:
&windows_before_script
before_script
:
-
set PATH=%PATH%;c:\vendors\mingw-w64\x86_64-4.8.5-posix-seh-rt_v4-rev0\mingw64\bin;c:\vendors\mingw-w64\qt\5.9.1\bin
...
...
@@ -38,6 +42,25 @@ mac_llvm_testing:
linux_gcc_testing
:
tags
:
-
linux
script
:
-
which git
-
git --version
-
git clone https://github.com/lefebvre/TriBITS.git TriBITS
-
which python
-
python --version
-
python TriBITS/tribits/ci_support/clone_extra_repos.py
-
mkdir build
-
cd build
-
module load cmake
-
which cmake
-
module load valgrind
-
cmake -DBUILDNAME=$(uname -s)-GCC-4.8.5-Release-${CI_BUILD_REF_NAME} -DCMAKE_BUILD_TYPE=Release -Dradix_ENABLE_TESTS=ON -Dradix_ENABLE_radixams=ON -Dradix_ENABLE_radixio=ON -Dradix_ENABLE_radixmath=ON -Dradix_ENABLE_radixpara=ON -Dradix_ENABLE_radixgeometry=ON -Dradix_ENABLE_radixglls=ON -Dradix_ENABLE_radixcommand=ON -Dradix_ENABLE_radixalgorithm=ON -Dradix_ENABLE_googletest=ON -Dradix_ENABLE_radixdl=ON -Dradix_ENABLE_radixcore=ON ..
-
ctest -D ExperimentalStart -D ExperimentalBuild -D ExperimentalTest -D ExperimentalSubmit
linux_analysis
:
stage
:
analysis
tags
:
-
linux
script
:
...
...
@@ -54,6 +77,18 @@ linux_gcc_testing:
-
module load valgrind
-
cmake -DDEBUG_OUTPUT=1 -D COVERAGE_EXTRA_FLAGS="-s ${CI_PROJECT_DIR}/googletest -d" -D MEMCHECK_COMMAND=$(which valgrind) -DBUILDNAME=$(uname -s)-GCC-4.8.5-Debug-${CI_BUILD_REF_NAME} -DCMAKE_BUILD_TYPE=DEBUG -Dradix_ENABLE_COVERAGE_TESTING=ON -Dradix_ENABLE_TESTS=ON -Dradix_ENABLE_radixams=ON -Dradix_ENABLE_radixio=ON -Dradix_ENABLE_radixmath=ON -Dradix_ENABLE_radixpara=ON -Dradix_ENABLE_radixgeometry=ON -Dradix_ENABLE_radixglls=ON -Dradix_ENABLE_radixcommand=ON -Dradix_ENABLE_googletest=ON -Dradix_ENABLE_radixdl=ON -Dradix_ENABLE_radixcore=ON ..
-
ctest -D ExperimentalStart -D ExperimentalBuild -D ExperimentalTest -D ExperimentalMemCheck -D ExperimentalSubmit
allow_failure
:
true
linux_openmpi_testing
:
tags
:
-
linux
script
:
-
which git
-
git --version
-
git clone https://github.com/lefebvre/TriBITS.git TriBITS
-
which python
-
python --version
-
python TriBITS/tribits/ci_support/clone_extra_repos.py
linux_openmpi_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