Using build-all travis script.
This commit is contained in:
parent
d3aa0926c8
commit
98707b87a8
20
.travis.yml
20
.travis.yml
@ -18,24 +18,12 @@ addons:
|
|||||||
- libsuitesparse-dev
|
- libsuitesparse-dev
|
||||||
- libeigen3-dev
|
- libeigen3-dev
|
||||||
|
|
||||||
install:
|
before_script:
|
||||||
- export CXX="g++-4.8" CC="gcc-4.8" FC="gfortran-4.8"
|
- export CXX="g++-4.8" CC="gcc-4.8" FC="gfortran-4.8"
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
- git clone https://github.com/OPM/opm-common.git
|
- git clone https://github.com/OPM/opm-common.git
|
||||||
- git clone https://github.com/OPM/opm-parser.git
|
- opm-common/travis/clone-opm.sh opm-core
|
||||||
- git clone https://github.com/OPM/opm-material.git
|
- opm-common/travis/build-prereqs.sh
|
||||||
- git clone https://github.com/OPM/opm-output.git
|
|
||||||
- git clone https://github.com/OPM/opm-data.git
|
|
||||||
|
|
||||||
- opm-parser/travis/clone-and-build-ert.sh
|
|
||||||
- opm-material/travis/clone-and-build-dune-common.sh
|
|
||||||
- opm-core/travis/clone-and-build-dune-istl.sh
|
|
||||||
- opm-core/travis/clone-and-build-superlu.sh
|
|
||||||
|
|
||||||
- opm-common/travis/build-opm-common.sh
|
script: opm-common/travis/build-and-test.sh opm-core
|
||||||
- opm-parser/travis/build-opm-parser.sh
|
|
||||||
- opm-parser/travis/build-opm-output.sh
|
|
||||||
- opm-material/travis/build-opm-material.sh
|
|
||||||
|
|
||||||
script: opm-core/travis/build-and-test-opm-core.sh
|
|
||||||
|
Loading…
Reference in New Issue
Block a user