Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tools
frackit
Commits
ca2c46aa
Commit
ca2c46aa
authored
Nov 13, 2020
by
Dennis Gläser
Browse files
[ci] run tests in parallel
parent
20512eec
Pipeline
#2412
passed with stage
in 5 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ci_run_tests
View file @
ca2c46aa
...
@@ -19,7 +19,7 @@ mkdir build && cd build && cmake -DCMAKE_C_COMPILER="${CI_COMPILER}-${CI_COMPILE
...
@@ -19,7 +19,7 @@ mkdir build && cd build && cmake -DCMAKE_C_COMPILER="${CI_COMPILER}-${CI_COMPILE
-DCMAKE_CXX_COMPILER
=
"
${
CI_CXX_COMPILER
}
-
${
CI_COMPILER_VERSION
}
"
../
-DCMAKE_CXX_COMPILER
=
"
${
CI_CXX_COMPILER
}
-
${
CI_COMPILER_VERSION
}
"
../
# build tests
# build tests
make build_tests
make
-j4
build_tests
# run them
# run them
ctest
-V
ctest
-j4
-V
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