Skip to content

Commit

Permalink
Travis CI
Browse files Browse the repository at this point in the history
Another attempt to split build into consumable chunks.
  • Loading branch information
mrklein committed Feb 22, 2016
1 parent 1b343b3 commit 9bb1137
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ install:
- cd src
- makeType=libso
- wmakePrintBuild -check || /bin/rm -f OpenFOAM/Make/*/global.? 2>/dev/null
- wmakeLnInclude OpenFOAM
- wmakeLnInclude OSspecific/${WM_OSTYPE:-POSIX}
- wmakeLnInclude -f OpenFOAM
- wmakeLnInclude -f OSspecific/${WM_OSTYPE:-POSIX}
- Pstream/Allwmake $*
- OSspecific/${WM_OSTYPE:-POSIX}/Allwmake $*
- wmake libso OpenFOAM
Expand All @@ -56,6 +56,7 @@ install:
- wmake $makeType ODE
- wmake $makeType randomProcesses
- thermophysicalModels/Allwmake $*
before_script:
- transportModels/Allwmake $*
- turbulenceModels/Allwmake $*
- TurbulenceModels/Allwmake $*
Expand All @@ -74,8 +75,6 @@ install:
- cd applications
- cd utilities && wmake all && cd ..
- cd solvers && wmake all && cd ..
before_script:
- ./script/ci/before_test.sh $OPENFOAM_TEST_VERSION
script:
- ./script/ci/test.sh $OPENFOAM_TEST_VERSION

0 comments on commit 9bb1137

Please sign in to comment.