1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-24 16:55:15 +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)
print(command)
os.system(command)
os.system("make firmware -j6")
os.system("make firmware -j16")
os.chdir(cwd)
index = 0
while 1: