Skip to content
Snippets Groups Projects
Commit 37f21f1b authored by Thomas Kittelmann's avatar Thomas Kittelmann
Browse files

abort g4 via homebrew attempts for now

parent 36ed718f
No related branches found
No related tags found
No related merge requests found
...@@ -20,14 +20,15 @@ compiler: ...@@ -20,14 +20,15 @@ compiler:
- gcc - gcc
- clang - clang
before_install: #Trying to test g4 via homebrew on osx. But fails when building libg4mcpl.so. To be investigated.
- set -e #before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" -a "$BUILD" == "RELEASE" ]]; then brew update ; fi # - set -e
- if [[ "$TRAVIS_OS_NAME" == "osx" -a "$BUILD" == "RELEASE" ]]; then brew install homebrew/science/geant4; fi # - if [[ "$TRAVIS_OS_NAME" == "osx" -a "$BUILD" == "RELEASE" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" -a "$BUILD" == "RELEASE" ]]; then geant4-config --version; fi # - if [[ "$TRAVIS_OS_NAME" == "osx" -a "$BUILD" == "RELEASE" ]]; then brew install homebrew/science/geant4; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" -a "$BUILD" == "RELEASE" ]]; then geant4-config --libs; fi # - if [[ "$TRAVIS_OS_NAME" == "osx" -a "$BUILD" == "RELEASE" ]]; then geant4-config --version; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" -a "$BUILD" == "RELEASE" ]]; then geant4-config --cflags; fi # - if [[ "$TRAVIS_OS_NAME" == "osx" -a "$BUILD" == "RELEASE" ]]; then geant4-config --libs; fi
- set +e # - if [[ "$TRAVIS_OS_NAME" == "osx" -a "$BUILD" == "RELEASE" ]]; then geant4-config --cflags; fi
# - set +e
before_script: before_script:
- set -e - set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment