This commit is contained in:
but0n 2016-08-14 17:12:39 +08:00
parent ae8839deca
commit 5d434493e7

View File

@ -2,4 +2,4 @@ language: c
sudo: required
compiler:
- arm-none-eabi-gcc
script: sudo apt-get insttall gcc-arm-none-eabi && rm Makefile.common && mv makeOnLinux Makefile.common && make
script: sudo apt-get install gcc-arm-none-eabi && rm Makefile.common && mv makeOnLinux Makefile.common && make