1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-27 08:14:31 +02:00

Change Travis scripts to use python instead of bash

This commit is contained in:
odaki
2020-03-23 19:52:41 +09:00
parent 27c38525f8
commit 541acb45b8
6 changed files with 231 additions and 25 deletions

View File

@@ -30,3 +30,4 @@ def buildMachine(baseName, addName=None, verbose=True, extraArgs=None):
print(line, end='')
app.wait()
print()
return app.returncode