mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 11:13:27 +00:00
travis: add micro:bit
This commit is contained in:
@@ -23,5 +23,6 @@ script:
|
|||||||
- tinygo build -o blinky2.nrf.elf -target=pca10040 examples/blinky2
|
- tinygo build -o blinky2.nrf.elf -target=pca10040 examples/blinky2
|
||||||
- tinygo build -o blinky2 examples/blinky2
|
- tinygo build -o blinky2 examples/blinky2
|
||||||
- tinygo build -o test.nrf.elf -target=pca10040 examples/test
|
- 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.stm32.elf -target=bluepill examples/blinky1
|
||||||
- tinygo build -o blinky1.avr.o -target=arduino examples/blinky1 # TODO: avr-as/avr-gcc doesn't work
|
- tinygo build -o blinky1.avr.o -target=arduino examples/blinky1 # TODO: avr-as/avr-gcc doesn't work
|
||||||
|
|||||||
Reference in New Issue
Block a user