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