This commit is contained in:
but0n 2016-08-14 17:50:38 +08:00
parent da3046f8c3
commit f990c515e9

View File

@ -1,6 +1,9 @@
language: c
sudo: required
before_install: sudo apt-get update
before_install:
- sudo add-apt-respository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install gcc-arm-none-eabi
compiler:
- arm-none-eabi-gcc
script: sudo apt-get install gcc-arm-none-eabi && rm Makefile.common && mv makeOnLinux Makefile.common && make
script: rm Makefile.common && mv makeOnLinux Makefile.common && make