mirror of
https://github.com/RfidResearchGroup/mayhem-firmware.git
synced 2026-05-12 11:27:21 -07:00
Experimenting with Travis CI for firmware builds.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
language: c++
|
||||
|
||||
before_script:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y gcc-arm-none-eabi
|
||||
|
||||
script: make
|
||||
Reference in New Issue
Block a user