clean commit, added smoke tests

This commit is contained in:
Daniel Esteban
2019-04-30 12:57:13 +02:00
committed by Ron Evans
parent de22b8839e
commit 35a7590c2d
7 changed files with 315 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ jobs:
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/mag3110/main.go
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/mma8653/main.go
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/mpu6050/main.go
- run: tinygo build -size short -o test.elf -target=microbit ./examples/pcd8544/setbuffer/main.go
- run: tinygo build -size short -o test.elf -target=microbit ./examples/pcd8544/setpixel/main.go
- run: tinygo build -size short -o test.elf -target=circuitplay-express ./examples/thermistor/main.go
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/vl53l1x/main.go
- run: tinygo build -size short -o test.elf -target=circuitplay-express ./examples/ws2812/main.go