mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
8 lines
138 B
Bash
8 lines
138 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
sh ./opm-flowdiagnostics/travis/build-opm-flowdiagnostics.sh
|
|
|
|
(cd opm-flowdiagnostics/build
|
|
ctest --output-on-failure)
|