Loading .gitlab-ci.yml +1 −7 Original line number Diff line number Diff line Loading @@ -69,13 +69,7 @@ test:no_cgal: CI_REGISTRY_IMAGE: ${CI_REGISTRY}/mfix image: $CI_REGISTRY_IMAGE/nvcc script: - conan install -if build -g deploy catch2/2.13.7@ - | if [ "$ENABLE_CGAL" == "ON" ]; then conan install -if build -g deploy cgal/5.2.1@ fi - conan install -if build -g deploy taocpp-pegtl/3.2.1@ - make install DESTDIR=the_destination - make tags: - docker Loading Loading
.gitlab-ci.yml +1 −7 Original line number Diff line number Diff line Loading @@ -69,13 +69,7 @@ test:no_cgal: CI_REGISTRY_IMAGE: ${CI_REGISTRY}/mfix image: $CI_REGISTRY_IMAGE/nvcc script: - conan install -if build -g deploy catch2/2.13.7@ - | if [ "$ENABLE_CGAL" == "ON" ]; then conan install -if build -g deploy cgal/5.2.1@ fi - conan install -if build -g deploy taocpp-pegtl/3.2.1@ - make install DESTDIR=the_destination - make tags: - docker Loading