Maybe bitrise will run the macos builds!
This commit is contained in:
@@ -59,6 +59,8 @@ def main():
|
|||||||
platform = 'macos'
|
platform = 'macos'
|
||||||
elif 'APPVEYOR' in os.environ:
|
elif 'APPVEYOR' in os.environ:
|
||||||
platform = 'windows'
|
platform = 'windows'
|
||||||
|
elif 'BITRISE_BUILD_NUMBER' in os.environ:
|
||||||
|
platform = 'macos'
|
||||||
else:
|
else:
|
||||||
print('cibuildwheel: Unable to detect platform. cibuildwheel should run on your CI server, '
|
print('cibuildwheel: Unable to detect platform. cibuildwheel should run on your CI server, '
|
||||||
'Travis CI and Appveyor are supported. You can run on your development '
|
'Travis CI and Appveyor are supported. You can run on your development '
|
||||||
|
|||||||
Reference in New Issue
Block a user