toaruos/.travis.yml
Kevin Lange 062019e76c Patch gcc to support building under gcc 5
Note that as this patch modifies both the gperf and resulting header,
there is a possibility that Make will want to rebuild the header from
the gperf source, so we need to add gperf to our package listing.
2016-08-29 12:42:29 +09:00

51 lines
940 B
YAML

language: c
script: ./util/build-travis.sh
sudo: false
addons:
apt:
packages:
- exuberant-ctags
- yasm
- genext2fs
- build-essential
- wget
- libmpfr-dev
- libmpc-dev
- libgmp3-dev
- qemu
- autoconf
- automake
- texinfo
- pkg-config
- git
- expect
- gperf
cache:
- apt
- directories:
- toolchain/local
- hdd/usr/bin
- hdd/usr/i686-pc-toaru
- hdd/usr/include
- hdd/usr/lib
- hdd/usr/libexec
- hdd/usr/local
- hdd/usr/man
- hdd/usr/share/aclocal
- hdd/usr/share/games
- hdd/usr/share/gcc-4.6.*
- hdd/usr/share/gtk-doc
- hdd/usr/share/info
- hdd/usr/share/locale
- hdd/usr/share/man
- hdd/usr/share/tabset
- hdd/usr/share/terminfo
- hdd/usr/share/vim
notifications:
irc:
channels:
- "irc.freenode.org#toaruos"
use_notice: false
skip_join: true