From 173bea707280f6f110b616db9148b324e6d52320 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Tue, 23 Jul 2019 11:43:42 -0500 Subject: [PATCH] No longer run MOAB tests in CI. --- tools/ci/travis-install-dagmc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/travis-install-dagmc.sh b/tools/ci/travis-install-dagmc.sh index ca3e8b3c7d..1797e9dbac 100755 --- a/tools/ci/travis-install-dagmc.sh +++ b/tools/ci/travis-install-dagmc.sh @@ -20,7 +20,7 @@ mkdir MOAB && cd MOAB git clone -b $MOAB_BRANCH $MOAB_REPO mkdir build && cd build cmake ../moab -DENABLE_HDF5=ON -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=$MOAB_INSTALL_DIR -make -j && make -j test install +make -j && make -j install cmake ../moab -DBUILD_SHARED_LIBS=OFF make -j install rm -rf $HOME/MOAB/moab