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
d9275d74
Commit
d9275d74
authored
Nov 13, 2020
by
Dennis Gläser
Browse files
Merge branch 'feature/ci-run-parallel' into 'master'
[ci] run tests in parallel See merge request tools/frackit!176
parents
3c225cde
ca2c46aa
Pipeline
#2413
passed with stage
in 5 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ci_run_tests
View file @
d9275d74
...
...
@@ -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
}
"
../
# build tests
make build_tests
make
-j4
build_tests
# run them
ctest
-V
ctest
-j4
-V
Write
Preview
Markdown
is supported
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