mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Experimenting with Travis CI for firmware builds.
This commit is contained in:
parent
4846557f12
commit
0fd2dcf04a
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
language: c++
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- sudo apt-get update -qq
|
||||||
|
- sudo apt-get install -y gcc-arm-none-eabi
|
||||||
|
|
||||||
|
script: make
|
Loading…
Reference in New Issue
Block a user