mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 10:09:25 -04:00
Experimenting with Travis CI for firmware builds.
This commit is contained in:
parent
4846557f12
commit
0fd2dcf04a
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue