mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
9 lines
159 B
Bash
9 lines
159 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -ex
|
||
|
|
||
|
pushd . > /dev/null
|
||
|
opm-upscaling/travis/build-opm-upscaling.sh
|
||
|
cd opm-upscaling/build
|
||
|
ctest --output-on-failure
|
||
|
popd > /dev/null
|