Travis builds output before core

Since the edge between output and core in the dependency graph has been
inverted, build the two repositories in the right order.
This commit is contained in:
Jørgen Kvalsvik 2016-06-10 12:53:56 +02:00
parent 86a1d87a74
commit e598210529

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
build_order=(opm-common opm-parser opm-material opm-core opm-output opm-grid opm-simulators opm-upscaling)
build_order=(opm-common opm-parser opm-material opm-output opm-core opm-grid 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