Apparently Python is poorly supported on Mac...

This commit is contained in:
Par Winzell 2019-05-13 17:31:02 -07:00
parent 5851195562
commit 2f4daee687
1 changed files with 2 additions and 3 deletions

View File

@ -6,13 +6,12 @@ matrix:
- APP_NAME="FBX2glTF-linux-x64"
- CONAN_CONFIG="-s compiler.libcxx=libstdc++11"
- os: osx
osx_image: xcode10.1
osx_image: xcode10.2
env:
- APP_NAME="FBX2glTF-darwin-x64"
- CONAN_CONFIG="-s compiler=apple-clang -s compiler.version=10.0 -s compiler.libcxx=libc++"
compiler: gcc
language: python
python: '3.7'
language: generic
install:
- pip install conan
- conan user