mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
add jenkins build scripts
This commit is contained in:
16
jenkins/build.sh
Executable file
16
jenkins/build.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
source `dirname $0`/build-opm-upscaling.sh
|
||||
|
||||
ERT_REVISION=master
|
||||
OPM_COMMON_REVISION=master
|
||||
OPM_PARSER_REVISION=master
|
||||
OPM_MATERIAL_REVISION=master
|
||||
OPM_CORE_REVISION=master
|
||||
DUNE_CORNERPOINT_REVISION=master
|
||||
OPM_OUTPUT_REVISION=master
|
||||
|
||||
build_opm_upscaling
|
||||
test $? -eq 0 || exit 1
|
||||
|
||||
cp serial/build-opm-upscaling/testoutput.xml .
|
||||
Reference in New Issue
Block a user