Apparently Python is poorly supported on Mac...
This commit is contained in:
parent
5851195562
commit
2f4daee687
|
@ -6,13 +6,12 @@ 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.1
|
osx_image: xcode10.2
|
||||||
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++"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
language: python
|
language: generic
|
||||||
python: '3.7'
|
|
||||||
install:
|
install:
|
||||||
- pip install conan
|
- pip install conan
|
||||||
- conan user
|
- conan user
|
||||||
|
|
Loading…
Reference in New Issue