File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ before_install:
19
19
osx :
20
20
environment :
21
21
PATH : $<HOME>/.pyenv/versions/$<PYTHON_VERSION>/bin:$<PATH>
22
+ SETUP_ARGS : --plat-name macosx-10.6-x86_64 -- -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.6 -DCMAKE_OSX_ARCHITECTURES:STRING=x86_64 -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
22
23
commands :
23
24
- python ../addons/travis/install_pyenv.py
24
25
- python ../addons/travis/install_cmake.py 3.6.2
@@ -36,7 +37,7 @@ before_build:
36
37
build :
37
38
commands :
38
39
- python setup.py --hide-listing sdist
39
- - $<RUN_ENV> python setup.py --hide-listing bdist_wheel
40
+ - $<RUN_ENV> python setup.py --hide-listing bdist_wheel $<SETUP_ARGS>
40
41
41
42
circle :
42
43
commands :
You can’t perform that action at this time.
0 commit comments