mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-18 21:22:57 -06:00
9 lines
156 B
Bash
Executable File
9 lines
156 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
pushd . > /dev/null
|
|
opm-autodiff/travis/build-opm-autodiff.sh
|
|
cd opm-autodiff/build
|
|
ctest --output-on-failure
|
|
popd > /dev/null
|