test build clean up

This commit is contained in:
Gabor Kiss-Vamosi
2020-01-12 15:17:30 +01:00
parent fedd1b93ee
commit d134ec39e5
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -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'
-1
View File
@@ -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")