From 79638e16e7284902714650091009f9a33b5935ae Mon Sep 17 00:00:00 2001 From: Peter Petrik Date: Fri, 18 Oct 2019 08:55:20 +0200 Subject: [PATCH] fix osx ci --- scripts/ci/osx/build.bash | 2 +- scripts/ci/osx/install.bash | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ci/osx/build.bash b/scripts/ci/osx/build.bash index d63aedff..4eedf551 100755 --- a/scripts/ci/osx/build.bash +++ b/scripts/ci/osx/build.bash @@ -20,4 +20,4 @@ make # https://github.com/lutraconsulting/MDAL/issues/35 -# ctest -VV --exclude-regex "mdal_gdal_netcdf_test" \ No newline at end of file +ctest -VV \ No newline at end of file diff --git a/scripts/ci/osx/install.bash b/scripts/ci/osx/install.bash index 2045f309..cc97a653 100755 --- a/scripts/ci/osx/install.bash +++ b/scripts/ci/osx/install.bash @@ -11,6 +11,7 @@ brew uninstall --ignore-dependencies proj brew uninstall --ignore-dependencies libgeotiff brew uninstall --ignore-dependencies libspatialite brew uninstall --ignore-dependencies postgresql +brew uninstall --ignore-dependencies netcdf echo "install" brew install hdf5