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:
parent
86a1d87a74
commit
e598210529
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user