Commit 3ee25c47 authored by Charles G Waldman's avatar Charles G Waldman
Browse files

goodbye conan

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