mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 17:19:29 +00:00
13 lines
118 B
YAML
13 lines
118 B
YAML
sudo: false
|
|
|
|
language: cpp
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- gcc-arm-none-eabi
|
|
|
|
script:
|
|
- cd firmware/
|
|
- make
|