mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-06 03:45:32 +00:00
Remove gcc when build with osx
osx buildbot use always clang for the build
This commit is contained in:
parent
eeef26ae59
commit
c6eb41b7bf
1 changed files with 6 additions and 1 deletions
|
|
@ -8,10 +8,15 @@ compiler:
|
|||
- clang
|
||||
- gcc
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
# osx use always clang for build...
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
|
||||
install:
|
||||
#macos
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
|
||||
# - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libtool; fi
|
||||
#linux
|
||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update || true; fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install build-essential; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue