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
64a38fec
Commit
64a38fec
authored
Nov 13, 2020
by
Dennis Gläser
Browse files
[ci] test python bindings too
parent
d9275d74
Pipeline
#2415
passed with stage
in 8 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ci_run_tests
View file @
64a38fec
...
...
@@ -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
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