Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -22,8 +22,8 @@ build:prrt: - which cmake - which gcc - which g++ - pip3 list | grep Cython - pip3 list | grep numpy - pip3 list --format=legacy | grep Cython - pip3 list --format=legacy | grep numpy - CC=gcc-5 CXX=g++-5 cmake . -DPRRT_TESTS=1 - make Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -22,8 +22,8 @@ build:prrt: - which cmake - which gcc - which g++ - pip3 list | grep Cython - pip3 list | grep numpy - pip3 list --format=legacy | grep Cython - pip3 list --format=legacy | grep numpy - CC=gcc-5 CXX=g++-5 cmake . -DPRRT_TESTS=1 - make Loading