Commit 018162d6 authored by Andreas Schmidt's avatar Andreas Schmidt
Browse files

~= fix build

parent ca440a73
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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: