We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aa6e51 + 512b4cc commit 83ad3f0Copy full SHA for 83ad3f0
scikit-ci.yml
@@ -19,6 +19,7 @@ before_install:
19
osx:
20
environment:
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
23
commands:
24
- python ../addons/travis/install_pyenv.py
25
@@ -35,7 +36,7 @@ before_build:
35
36
build:
37
38
- python setup.py --hide-listing sdist
- - $<RUN_ENV> python setup.py --hide-listing bdist_wheel
39
+ - $<RUN_ENV> python setup.py --hide-listing bdist_wheel $<SETUP_ARGS>
40
41
circle:
42
0 commit comments