mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 00:07:49 +00:00
Switch to shiny container.
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -1,7 +1,12 @@
|
|||||||
|
sudo: false
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
before_install:
|
addons:
|
||||||
- sudo apt-get update -qq
|
apt:
|
||||||
- sudo apt-get install -y gcc-arm-none-eabi
|
packages:
|
||||||
|
- gcc-arm-none-eabi
|
||||||
|
|
||||||
script: make
|
script:
|
||||||
|
- cd firmware/
|
||||||
|
- make
|
||||||
|
Reference in New Issue
Block a user