mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 09:07:17 -04:00
before_install vs. before_script? No idea...
This commit is contained in:
parent
e96895d18c
commit
61d765aeac
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ language: cpp
|
|||
# packages:
|
||||
# - gcc-arm-none-eabi
|
||||
|
||||
before_script:
|
||||
cache: apt
|
||||
|
||||
before_install:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue