Skip to content

Commit d0199c8

Browse files
committed
Test with Geant4 10.6.1
1 parent a9d60c0 commit d0199c8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ os: linux
33
dist: bionic
44
sudo: required
55

6+
jobs:
7+
include:
8+
- env: G4VER=10.5.1
9+
- env: G4VER=10.6.1
10+
611
addons:
712
apt:
813
sources:
@@ -22,15 +27,14 @@ addons:
2227
- tetgen
2328
- gcc-9
2429
- g++-9
25-
#- geant4
2630

2731
before_install:
2832
- CC=gcc-9 && CXX=g++-9
2933

3034
install:
3135
- 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
3438
- source /usr/bin/geant4.sh
3539
- git clone -b v1.1 https://github.com/christopherpoole/CADMesh.git ${TRAVIS_BUILD_DIR}/../CADMesh-src
3640
- cd ${TRAVIS_BUILD_DIR}/../CADMesh-src

0 commit comments

Comments
 (0)