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
083ac020
Commit
083ac020
authored
Nov 13, 2020
by
Dennis Gläser
Browse files
Merge branch 'feature/ci-test-python' into 'master'
[ci] test python bindings too See merge request tools/frackit!177
parents
d9275d74
64a38fec
Pipeline
#2416
passed with stage
in 8 minutes and 53 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.ci_run_tests
View file @
083ac020
...
...
@@ -18,6 +18,9 @@ echo "Compiling all tests with ${CI_COMPILER}-${CI_COMPILER_VERSION} " \
mkdir
build
&&
cd
build
&&
cmake
-DCMAKE_C_COMPILER
=
"
${
CI_COMPILER
}
-
${
CI_COMPILER_VERSION
}
"
\
-DCMAKE_CXX_COMPILER
=
"
${
CI_CXX_COMPILER
}
-
${
CI_COMPILER_VERSION
}
"
../
# make python bindings
make
-j4
&&
make install_python
# build tests
make
-j4
build_tests
...
...
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