Added ewoms build to travis configuration.

This commit is contained in:
Joakim Hove
2016-08-15 10:04:40 +02:00
committed by Andreas Lauser
parent a742ddead4
commit 547234a29c
3 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
build_order=(opm-common opm-parser opm-material opm-output opm-core opm-grid opm-simulators opm-upscaling)
build_order=(opm-common opm-parser opm-material opm-output opm-core opm-grid ewoms opm-simulators opm-upscaling)
# This shell script should be started with the name of a module as
# only only command line argument. It will start by building all

View File

@@ -81,6 +81,4 @@ build_dune dune-common
build_dune dune-istl
build_dune dune-geometry
build_dune dune-grid
build_dune dune-localfunctions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
project_list=(opm-data opm-parser opm-material opm-core opm-output opm-grid opm-simulators opm-upscaling ewoms)
project_list=(opm-data opm-parser opm-material ewoms opm-core opm-output opm-grid opm-simulators opm-upscaling)
# Will clone all the projects *except* the one project given as
# commandline argument; that has typically been checked out by travis