mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
No longer run MOAB tests in CI.
This commit is contained in:
parent
dc4646c241
commit
173bea7072
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue