mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 01:08:10 +08:00
test build clean up
This commit is contained in:
@@ -10,11 +10,7 @@ pool:
|
|||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- script: echo Hello, world!
|
|
||||||
displayName: 'Run a one-line script'
|
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
cd tests
|
cd tests
|
||||||
echo tests content:
|
|
||||||
python build.py
|
python build.py
|
||||||
displayName: 'Build'
|
displayName: 'Build'
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ def build(name, defines):
|
|||||||
|
|
||||||
d_all += '"'
|
d_all += '"'
|
||||||
cmd = "make -j8 BIN=test.bin LVGL_DIR_NAME=" + lvgldirname + " DEFINES=" + d_all + " WARNINGS=" + warnings + " OPTIMIZATION=" + optimization
|
cmd = "make -j8 BIN=test.bin LVGL_DIR_NAME=" + lvgldirname + " DEFINES=" + d_all + " WARNINGS=" + warnings + " OPTIMIZATION=" + optimization
|
||||||
print(cmd)
|
|
||||||
|
|
||||||
print("---------------------------")
|
print("---------------------------")
|
||||||
print("Clean")
|
print("Clean")
|
||||||
|
|||||||
Reference in New Issue
Block a user