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:
Kevin O'Connor
2018-06-28 15:15:42 -04:00
parent 52ab93be6d
commit 6aba3c552b
2 changed files with 32 additions and 9 deletions

View File

@@ -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: