mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-16 16:24:11 -05:00
Container's not flexible enough, back to the old approach.
This commit is contained in:
parent
e0c313b240
commit
e96895d18c
1 changed files with 10 additions and 5 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -1,11 +1,16 @@
|
||||||
sudo: false
|
# sudo: false
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
addons:
|
# addons:
|
||||||
apt:
|
# apt:
|
||||||
packages:
|
# packages:
|
||||||
- gcc-arm-none-eabi
|
# - gcc-arm-none-eabi
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded -y
|
||||||
|
- sudo apt-get update -qq
|
||||||
|
- sudo apt-get install -y gcc-arm-none-eabi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd firmware/
|
- cd firmware/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue