Huh. No Python 3.7 for 10.14. Try older image.
This commit is contained in:
parent
e34a9b76b8
commit
5851195562
|
@ -6,7 +6,7 @@ matrix:
|
||||||
- APP_NAME="FBX2glTF-linux-x64"
|
- APP_NAME="FBX2glTF-linux-x64"
|
||||||
- CONAN_CONFIG="-s compiler.libcxx=libstdc++11"
|
- CONAN_CONFIG="-s compiler.libcxx=libstdc++11"
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode10.2
|
osx_image: xcode10.1
|
||||||
env:
|
env:
|
||||||
- APP_NAME="FBX2glTF-darwin-x64"
|
- APP_NAME="FBX2glTF-darwin-x64"
|
||||||
- CONAN_CONFIG="-s compiler=apple-clang -s compiler.version=10.0 -s compiler.libcxx=libc++"
|
- CONAN_CONFIG="-s compiler=apple-clang -s compiler.version=10.0 -s compiler.libcxx=libc++"
|
||||||
|
@ -22,7 +22,8 @@ script:
|
||||||
- conan build . -bf build
|
- conan build . -bf build
|
||||||
- mv build/FBX2glTF build/${APP_NAME}
|
- mv build/FBX2glTF build/${APP_NAME}
|
||||||
notifications:
|
notifications:
|
||||||
webhooks: https://code.facebook.com/travis/webhook/
|
webhooks:
|
||||||
|
- "https://code.facebook.com/travis/webhook/"
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
|
|
Loading…
Reference in New Issue