added OS X to Travis
This commit is contained in:
parent
67dfcf09ee
commit
43b9f4f94b
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ matrix:
|
||||||
- BUILD_SCRIPT=windows_travis.sh
|
- BUILD_SCRIPT=windows_travis.sh
|
||||||
- QT_SELECT=qt5-x86_64-w64-mingw32
|
- QT_SELECT=qt5-x86_64-w64-mingw32
|
||||||
- EXECUTABLE_ARCH=_x64
|
- EXECUTABLE_ARCH=_x64
|
||||||
|
- os: osx
|
||||||
|
env: BUILD_SCRIPT=osx_travis.sh
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- ".travis/source.sh"
|
- ".travis/source.sh"
|
||||||
|
|
Loading…
Reference in a new issue