1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

Improve build files

This commit is contained in:
3djc 2020-12-22 08:53:10 +01:00
parent 885bd9ceb9
commit e9c9fcda14

View file

@ -28,7 +28,7 @@ def build(board, translation, srcdir):
command = "cmake %s -DTRANSLATIONS=%s -DTBS_RELEASE=YES -DTEST_BUILD_WARNING=YES %s" % (cmake_options, translation, srcdir) command = "cmake %s -DTRANSLATIONS=%s -DTBS_RELEASE=YES -DTEST_BUILD_WARNING=YES %s" % (cmake_options, translation, srcdir)
print(command) print(command)
os.system(command) os.system(command)
os.system("make firmware -j6") os.system("make firmware -j16")
os.chdir(cwd) os.chdir(cwd)
index = 0 index = 0
while 1: while 1: