mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-18 18:02:57 -06:00
17 lines
333 B
Bash
Executable File
17 lines
333 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source `dirname $0`/build-opm-simulators.sh
|
|
|
|
ERT_REVISION=master
|
|
OPM_COMMON_REVISION=master
|
|
OPM_PARSER_REVISION=master
|
|
OPM_MATERIAL_REVISION=master
|
|
OPM_CORE_REVISION=master
|
|
OPM_GRID_REVISION=master
|
|
OPM_OUTPUT_REVISION=master
|
|
|
|
build_opm_simulators
|
|
test $? -eq 0 || exit 1
|
|
|
|
cp serial/build-opm-simulators/testoutput.xml .
|