mirror of https://github.com/Desuuuu/klipper.git
28 lines
462 B
YAML
28 lines
462 B
YAML
# This is a travis-ci.org continuous integration configuration file.
|
|
language: c
|
|
dist: bionic
|
|
|
|
addons:
|
|
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:
|
|
- travis_cache
|
|
|
|
install: ./scripts/travis-install.sh
|
|
|
|
script: ./scripts/travis-build.sh
|