2018-02-26 20:20:11 +01:00
|
|
|
# This is a travis-ci.org continuous integration configuration file.
|
2018-02-01 22:49:50 +01:00
|
|
|
language: c
|
2020-04-23 23:16:31 +02:00
|
|
|
dist: bionic
|
2018-02-01 22:49:50 +01:00
|
|
|
|
|
|
|
addons:
|
2018-06-28 21:15:42 +02:00
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
# AVR GCC packages
|
2018-08-17 15:47:57 +02:00
|
|
|
- gcc-avr
|
|
|
|
- avr-libc
|
2018-06-28 21:15:42 +02:00
|
|
|
# PRU GCC build packages
|
2018-08-17 15:47:57 +02:00
|
|
|
- pv
|
|
|
|
- libmpfr-dev
|
|
|
|
- libgmp-dev
|
|
|
|
- libmpc-dev
|
|
|
|
- texinfo
|
|
|
|
- libncurses5-dev
|
|
|
|
- bison
|
|
|
|
- flex
|
2018-02-01 22:49:50 +01:00
|
|
|
|
2018-06-18 19:04:17 +02:00
|
|
|
cache:
|
|
|
|
directories:
|
2018-06-28 21:03:41 +02:00
|
|
|
- travis_cache
|
2018-06-18 19:04:17 +02:00
|
|
|
|
2018-02-26 20:20:11 +01:00
|
|
|
install: ./scripts/travis-install.sh
|
2018-02-01 22:49:50 +01:00
|
|
|
|
2018-02-26 20:20:11 +01:00
|
|
|
script: ./scripts/travis-build.sh
|