Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading @@ -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: Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading @@ -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: Loading