mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
9 lines
162 B
Bash
Executable File
9 lines
162 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
pushd . > /dev/null
|
|
opm-simulators/travis/build-opm-simulators.sh
|
|
cd opm-simulators/build
|
|
ctest --output-on-failure
|
|
popd > /dev/null
|