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" - 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