mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-25 17:25:10 +03:00
Improve build files
This commit is contained in:
parent
885bd9ceb9
commit
e9c9fcda14
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue