Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/helpers/build
diff options
context:
space:
mode:
Diffstat (limited to 'commands/helpers/build')
-rwxr-xr-xcommands/helpers/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/helpers/build b/commands/helpers/build
index 99f3048..1904955 100755
--- a/commands/helpers/build
+++ b/commands/helpers/build
@@ -3,6 +3,8 @@
import common
from devbot import build
+from devbot import system
common.setup()
+system.check()
build.build()