mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Add protobuf path on OS X
Disable linux build until a host with QT >= 5.6 is available
This commit is contained in:
parent
75e61e956e
commit
368c53307d
@ -1,7 +1,7 @@
|
|||||||
language: c++
|
language: c++
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
# - linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@ -16,5 +16,6 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH=/usr/local/opt/qt/bin/:${PATH}; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH=/usr/local/opt/qt/bin/:${PATH}; fi
|
||||||
- qmake pbfplugin.pro
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then qmake PROTOBUF=/usr/local pbfplugin.pro; fi
|
||||||
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then qmake pbfplugin.pro; fi
|
||||||
- make
|
- make
|
||||||
|
Loading…
Reference in New Issue
Block a user