toaruos/.travis.yml

51 lines
940 B
YAML
Raw Normal View History

2014-05-11 23:17:41 -07:00
language: c
script: ./util/build-travis.sh
2015-12-15 22:53:26 -08:00
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
2015-12-16 00:02:15 -08:00
- expect
- gperf
2015-07-25 17:09:16 -07:00
cache:
- apt
- directories:
2015-12-15 22:56:44 -08:00
- toolchain/local
2015-07-25 17:09:16 -07:00
- 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
2014-05-11 23:17:41 -07:00
notifications:
irc:
channels:
- "irc.freenode.org#toaruos"
use_notice: false
2014-05-11 23:17:41 -07:00
skip_join: true