mirror of
				https://github.com/aportelli/LatAnalyze.git
				synced 2025-11-04 08:04:32 +00:00 
			
		
		
		
	more Travis fixes
This commit is contained in:
		@@ -46,7 +46,7 @@ before_install:
 | 
			
		||||
  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
 | 
			
		||||
  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gsl; fi
 | 
			
		||||
  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install bison flex; export PATH="/usr/local/opt/flex/bin:/usr/local/opt/bison/bin:$PATH"; fi
 | 
			
		||||
  - if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$CC" == "gcc" ]]; then brew install gcc${VERSION#-}; fi
 | 
			
		||||
  - if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$CC" == "gcc" ]]; then brew install gcc@${VERSION#-}; fi
 | 
			
		||||
  
 | 
			
		||||
install:
 | 
			
		||||
  - export CC=$CC$VERSION
 | 
			
		||||
@@ -59,6 +59,7 @@ install:
 | 
			
		||||
  - ./install-deps.sh `pwd`/local
 | 
			
		||||
  - cd ..
 | 
			
		||||
  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export LD_LIBRARY_PATH=${LATDIR}/ci-scripts/local/lib:$LD_LIBRARY_PATH; fi
 | 
			
		||||
  - if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$CC" == "gcc-7" ]]; then export CXXFLAGS='-Wno-int-in-bool-context'
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
  - cd ci-scripts
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user