mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Temporarily disable Travis CI Mac OS X build
After Travis CI upgraded to Mac OS X 10.13 the build is broken due to errors with missin symbols in <cmath> inclusion, we haven't been able to figure out how to fix those error, so to avoid false broken CI on pull request Tavis CI build for Mac OS X is disabled until someone figure aout how to fix those errors.
This commit is contained in:
parent
910aea77af
commit
68e130a1fd
@ -45,7 +45,7 @@ before_script:
|
||||
|
||||
script:
|
||||
- if [ $TRAVIS_OS_NAME == linux ] && [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make -j2; fi
|
||||
- if [ $TRAVIS_OS_NAME == osx ] && [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make -j2; fi
|
||||
- if [ $TRAVIS_OS_NAME == osx ] && [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then echo TEMPORARILY DISABLED make -j2; fi
|
||||
|
||||
|
||||
#after_success:
|
||||
|
Loading…
Reference in New Issue
Block a user