build: Build pru gcc in travis-ci scripts and then cache it for later use
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -2,11 +2,12 @@
|
||||
language: c
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- gcc-avr
|
||||
- avr-libc
|
||||
- wget
|
||||
apt:
|
||||
packages:
|
||||
# AVR GCC packages
|
||||
- gcc-avr avr-libc
|
||||
# PRU GCC build packages
|
||||
- pv libmpfr-dev libgmp-dev libmpc-dev texinfo libncurses5-dev bison flex
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
Reference in New Issue
Block a user