mirror of
https://github.com/buildbot/buildbot.git
synced 2021-05-20 10:47:20 +03:00
produce universal binaries
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
[aliases]
|
||||
test = trial -m buildbot
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
[aliases]
|
||||
test = trial -m buildbot_worker
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
|
||||
2
www/base/setup.cfg
Normal file
2
www/base/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
2
www/codeparameter/setup.cfg
Normal file
2
www/codeparameter/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
2
www/console_view/setup.cfg
Normal file
2
www/console_view/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
2
www/md_base/setup.cfg
Normal file
2
www/md_base/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
2
www/nestedexample/setup.cfg
Normal file
2
www/nestedexample/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
2
www/waterfall_view/setup.cfg
Normal file
2
www/waterfall_view/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
Reference in New Issue
Block a user