mirror of https://github.com/Desuuuu/klipper.git
19 lines
385 B
YAML
19 lines
385 B
YAML
# This is a travis-ci.org continuous integration configuration file.
|
|
language: c
|
|
|
|
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
|