Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Frederik Hennig
waLBerla
Commits
05d8f335
Commit
05d8f335
authored
Aug 24, 2017
by
Christian Godenschwager
Browse files
[BUGFIX] Removed export statement printing environment during CI builds
# Conflicts: # .gitlab-ci.yml
parent
7b6b01f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
05d8f335
...
...
@@ -9,7 +9,6 @@
-
export NUM_CORES=$(nproc --all)
-
export MAX_BUILD_CORES=$(( $(awk '( $1 == "MemTotal:" ) { print $2 }' /proc/meminfo) / ( 4 * 1024 * 1024 ) ))
-
"
[[
$MAX_BUILD_CORES
-lt
$NUM_CORES
]]
&&
export
NUM_BUILD_CORES=$MAX_BUILD_CORES
||
export
NUM_BUILD_CORES=$NUM_CORES"
-
export
-
$CXX --version
-
cmake --version
-
ccache --version
...
...
@@ -698,7 +697,6 @@ cppcheck:
coverage
:
image
:
walberla/coverage
script
:
-
export
-
$CXX --version
-
cmake --version
-
gcovr --version
...
...
@@ -743,7 +741,6 @@ coverage:
-
export OMP_NUM_THREADS=4
-
export OMP_WAIT_POLICY="PASSIVE"
-
export MSMPI_DISABLE_SHM=1
-
export
-
cmake --version
-
mkdir build
-
cd build
...
...
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