travis: add micro:bit

This commit is contained in:
Ayke van Laethem
2018-10-06 13:51:40 +02:00
parent bc9210b674
commit c9c9935b9c
+1
View File
@@ -23,5 +23,6 @@ script:
- tinygo build -o blinky2.nrf.elf -target=pca10040 examples/blinky2
- tinygo build -o blinky2 examples/blinky2
- tinygo build -o test.nrf.elf -target=pca10040 examples/test
- tinygo build -o blinky1.nrf51.elf -target=microbit examples/echo
- tinygo build -o blinky1.stm32.elf -target=bluepill examples/blinky1
- tinygo build -o blinky1.avr.o -target=arduino examples/blinky1 # TODO: avr-as/avr-gcc doesn't work