Skip to content

Commit

Permalink
[CI] Fix FreeBSD with CGAL 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Oct 24, 2023
1 parent 0a9283b commit fc62cba
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ task:
- pkg install -y cgal gmp mpfr boost-libs cmake ninja

build_script:
- mkdir build
- cmake -DSFCGAL_BUILD_TESTS=ON
- make $(MAKE_FLAGS)
- ctest -VV
- fetch "https://github.com/CGAL/cgal/releases/download/v5.6/CGAL-5.6.tar.xz" -o CGAL-5.6.tar.xz
- tar xJf CGAL-5.6.tar.xz
- cmake -GNinja -S . -B build -DSFCGAL_BUILD_TESTS=ON -DCGAL_DIR=CGAL-5.6
- cmake --build build
- ctest -VV --test-dir build
freebsd_instance:
cpu: 8
memory: 24g
Expand Down

0 comments on commit fc62cba

Please sign in to comment.