Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LARN
PRRT
Commits
018162d6
Commit
018162d6
authored
Aug 26, 2019
by
Andreas Schmidt
Browse files
~= fix build
parent
ca440a73
Pipeline
#3930
failed with stages
in 1 minute and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
018162d6
...
...
@@ -24,7 +24,7 @@ build:prrt:
-
which g++
-
pip3 list --format=legacy | grep Cython
-
pip3 list --format=legacy | grep numpy
-
CC=gcc-5 CXX=g++-5 cmake .
-DPRRT_TESTS=1
-
CC=gcc-5 CXX=g++-5 cmake .
-
make
build:container:
...
...
@@ -65,6 +65,8 @@ test:prrt_functional:
tags
:
-
bash
script
:
-
CC=gcc-5 CXX=g++-5 cmake . -DPRRT_TESTS=1
-
make
-
exec ./prrtTests
test:prrt_python_bindings:
...
...
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