File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ os: linux
3
3
dist : bionic
4
4
sudo : required
5
5
6
+ jobs :
7
+ include :
8
+ - env : G4VER=10.5.1
9
+ - env : G4VER=10.6.1
10
+
6
11
addons :
7
12
apt :
8
13
sources :
@@ -22,15 +27,14 @@ addons:
22
27
- tetgen
23
28
- gcc-9
24
29
- g++-9
25
- # - geant4
26
30
27
31
before_install :
28
32
- CC=gcc-9 && CXX=g++-9
29
33
30
34
install :
31
35
- cd ${TRAVIS_BUILD_DIR}/..
32
- - wget https://www.ikp.uni-koeln.de/~jmayer/github/geant4_10.5.1_amd64 .deb
33
- - sudo dpkg -i geant4_10.5.1_amd64 .deb
36
+ - wget https://www.ikp.uni-koeln.de/~jmayer/github/geant4_${G4VER}_amd64 .deb
37
+ - sudo dpkg -i geant4_${G4VER}_amd64 .deb
34
38
- source /usr/bin/geant4.sh
35
39
- git clone -b v1.1 https://github.com/christopherpoole/CADMesh.git ${TRAVIS_BUILD_DIR}/../CADMesh-src
36
40
- cd ${TRAVIS_BUILD_DIR}/../CADMesh-src
You can’t perform that action at this time.
0 commit comments