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