mirror of
https://github.com/buildbot/buildbot.git
synced 2021-05-20 10:47:20 +03:00
binaries generated are tested on circle ci binaries can be tested on windows, but tests are not stable enough yet on appveyor binaries are pushed to github releases
7 lines
132 B
Python
7 lines
132 B
Python
from __future__ import absolute_import
|
|
from __future__ import print_function
|
|
|
|
from buildbot_worker.scripts.runner import run
|
|
|
|
run()
|