mirror of
https://github.com/avem-labs/Avem.git
synced 2023-09-01 15:18:49 +08:00
6 lines
173 B
YAML
6 lines
173 B
YAML
language: c
|
|
sudo: required
|
|
compiler:
|
|
- arm-none-eabi-gcc
|
|
script: sudo apt-get intstall gcc-arm-none-eabi && rm Makefile.common && mv makeOnLinux Makefile.common && make
|