Skip to content

Commit

Permalink
verbose build
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Nov 12, 2023
1 parent 6ebfb5f commit d9a4e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function dockerbuild() {

function dockerbuildandtest() {
dockerbuild $1 $2
docker run --rm -v $PWD/cgal:/cgal cgal/testsuite-docker:$1 bash -c 'cmake -DWITH_examples=ON /cgal && cmake --build . -t terrain'
docker run --rm -v $PWD/cgal:/cgal cgal/testsuite-docker:$1 bash -c 'cmake -DWITH_examples=ON -S /cgal -B /build && cmake --build /build -t terrain -v'
if command -v python3 >/dev/null; then
python3 ./test_container/test_container.py --image cgal/testsuite-docker:$1 --cgal-dir $HOME/cgal
fi
Expand Down

0 comments on commit d9a4e09

Please sign in to comment.