add jenkins build scripts

This commit is contained in:
Arne Morten Kvarving
2016-04-04 18:35:32 +02:00
parent e26c8558e8
commit 5f226eb37f
4 changed files with 156 additions and 0 deletions

16
jenkins/build.sh Executable file
View 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 .