Joakim Hove 422a11c6c7 Reorganized travis building.
1. travis/build-prereqs.sh will build all the from-source dependencies;
    i.e. dune, superLU and ert.

 2. travis/clone-opm.sh will clone all opm modules, except the module
    given as commandline argument; it is assumed that travis has already
    fetched and merged the correct ref of this repo.

 3. travis/build-and-test.sh will build all upstream modules and then
    build and test the module given as commandline argument including
    all downstream modules:

       travis/build-and-test.sh  opm-output

With this the .travis.yml file can be nearly identical for each module,
e.g. for opm-output the before_script and script sections will be:

   before_script:
       - export CXX="g++-4.8" CC="gcc-4.8" FC="gfortran-4.8"
       - cd ..
       - opm-common/travis/build-prereqs.sh
       - opm-common/travis/clone-opm.sh opm-output

   script: opm-common/travis/build-and-test.sh opm-output
2016-06-07 22:40:52 +02:00
2016-05-27 13:33:49 +02:00
2016-04-18 10:49:37 +02:00
2016-04-30 09:46:04 +02:00
2016-04-18 10:49:55 +02:00
2016-06-07 22:40:52 +02:00
2016-06-07 22:40:52 +02:00
2015-03-18 01:59:50 -05:00
2016-02-05 08:33:51 +01:00

opm-common alt text

Contains common components used throughout all of OPM, in particular CMake modules for the build system.

S
Description
Common components for OPM, in particular build system (cmake).
Readme
74 MiB
Languages
C++ 79%
ECL 13.4%
Scheme 3.1%
CMake 2.4%
Python 1%
Other 1%