Skip to content

Commit

Permalink
Adjusted windows script to print errors on failed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakonos committed Sep 4, 2024
1 parent cddcd17 commit 697e39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis-windows-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -e
mkdir build && cd build
cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DEXTRA_TESTS=OFF
make -j4
make test
make test ARGS=--output-on-failure
make package

0 comments on commit 697e39c

Please sign in to comment.