Skip to content

Commit

Permalink
DO NOT MERGE: verbose build.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Jun 22, 2024
1 parent cbf5744 commit a3005ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/../install "${CMAKE_FLAGS[@]}"
if [[ $(uname) = MINGW* ]]; then
cmake --build . --target INSTALL --config Release
else
make install -j${THREADS:-2}
make install VERBOSE=1 -j${THREADS:-2}
fi

# Skip ctest on Windows; this is currently broken.
Expand Down

0 comments on commit a3005ab

Please sign in to comment.