-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.travis.yml
More file actions
59 lines (53 loc) · 1.84 KB
/
Copy path.travis.yml
File metadata and controls
59 lines (53 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
sudo: required
dist: trusty
language: cpp
env:
- OF_VERS=6
# - OF_VERS=-dev
before_install:
- sudo add-apt-repository http://dl.openfoam.org/ubuntu
- sudo add-apt-repository "http://dl.openfoam.org/ubuntu dev"
- sudo sh -c "wget -O - http://dl.openfoam.org/gpg.key | apt-key add -"
- sudo apt-get update -qq
- sudo apt-get install -qq openfoam${OF_VERS}
install:
- source /opt/openfoam${OF_VERS}/etc/bashrc
- wmake -j diffusionCorrectedReactingFoam
- wmake -j diffusionFvOptions
- wmake -j wallCondensationCoupled
- cd multiSpeciesMassTransportLibrary
- ./Allwmake -j
- wmake -j modifiedReactingFoam
before_script:
- source /opt/openfoam${OF_VERS}/etc/bashrc
script:
- cd $TRAVIS_BUILD_DIR/diffusionCorrectedReactingFoam/testCases/diffusionCorrectedReactingFoam_convection/
- ./Allrun
- ls
- cd $TRAVIS_BUILD_DIR/diffusionCorrectedReactingFoam/testCases/diffusionCorrectedReactingFoam_diffusion/
- ./Allrun
- ls
- cd $TRAVIS_BUILD_DIR/diffusionFvOptions/testCases/reactingFoam_diffusion_hConst/
- ./Allrun
- ls
- cd $TRAVIS_BUILD_DIR/diffusionFvOptions/testCases/reactingFoam_diffusion_janaf/
- ./Allrun
- ls
- cd $TRAVIS_BUILD_DIR/diffusionFvOptions/testCases/reactingFoam_mixing/
- ./Allrun
- ls
- cd $TRAVIS_BUILD_DIR/diffusionFvOptions/testCases/rhoReactingFoam_convection/
- ./Allrun
- ls
- cd $TRAVIS_BUILD_DIR/diffusionFvOptions/testCases/rhoReactingFoam_diffusion_hConst/
- ./Allrun
- ls
- cd $TRAVIS_BUILD_DIR/diffusionFvOptions/testCases/rhoReactingFoam_diffusion_janaf/
- ./Allrun
- ls
- cd $TRAVIS_BUILD_DIR/multiSpeciesMassTransportLibrary/testCases/modifiedReactingFoam_pure_diff/
- ./Allrun
- ls
- cd $TRAVIS_BUILD_DIR/wallCondensationCoupled/testCases/simple/
- ./Allrun
- ls