Feature/port arm build check (#34)

* add GCC ARM compiler to travis pre-script and add some ARM ports to job
This commit is contained in:
Steve Karg
2020-01-19 19:43:50 -06:00
committed by GitHub
parent 61336fb557
commit 738ef825b0
5 changed files with 25 additions and 12 deletions
+2 -2
View File
@@ -88,11 +88,11 @@ atmega168: ports/atmega168/Makefile
.PHONY: at91sam7s
at91sam7s: ports/at91sam7s/Makefile
$(MAKE) -s -C ports/at91sam7s clean all
$(MAKE) -C ports/at91sam7s clean all
.PHONY: stm32f10x
stm32f10x: ports/stm32f10x/Makefile
$(MAKE) -s -C ports/stm32f10x clean all
$(MAKE) -C ports/stm32f10x clean all
.PHONY: mstpsnap
mstpsnap: ports/linux/mstpsnap.mak