Skip to content

Commit

Permalink
ci: Do not build the tests on debian docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjano committed Oct 23, 2024
1 parent 481cce2 commit 711ecc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG CGAL_VERSION
RUN ./before_install.sh $CGAL_VERSION

RUN CGAL_DIR=/CGAL cmake -B build \
-DSFCGAL_BUILD_TESTS=ON \
-DSFCGAL_BUILD_TESTS=OFF \
-DCMAKE_C_COMPILER=/usr/bin/gcc \
-DCMAKE_CXX_COMPILER=/usr/bin/g++ \
-DCMAKE_BUILD_TYPE=Release && \
Expand Down

0 comments on commit 711ecc8

Please sign in to comment.