Skip to content

Commit

Permalink
unit test in release mode (rollback)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Dec 27, 2020
1 parent 1113b77 commit 80187b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/install_deps_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BTYPE="$BTYPE -DWITH_HDF5=false" && echo "Disabling HDF5 on MacOS";
BTYPE="$BTYPE -DWITH_QGLVIEWER=false" && echo "Disabling QGLViewer on MacOS";
BTYPE="$BTYPE -DWITH_MAGICK=false" && echo "Disabling imagemagick on MacOS";
BTYPE="$BTYPE -DWITH_FFTW3=false" && echo "Disabling fftw on MacOS";
BTYPE="$BTYPE -DBUILD_TESTING=false" && echo "Disabling unit test on MacOS (travis timeout)";
BTYPE="$BTYPE -DCMAKE_BUILD_TYPE=Release" && echo "Forcing release mode on macos (travis timeout)";

# Restoring set options
set -$set_options

0 comments on commit 80187b3

Please sign in to comment.