Arquivos
magenta/.travis.yml
T
Travis Geiselbrecht 31e7870812 [travis-ci] remove the -test builds from the build list
Change-Id: I4d1df664ad9355f8b3b2bfdea6e3e08f23f71a9f
2017-09-02 13:05:27 -07:00

25 linhas
510 B
YAML

language: c
script: ./scripts/travis-builds.sh
env:
# full magenta kernel + user space builds
- PROJECT=magenta-pc-x86-64
- PROJECT=magenta-qemu-arm64
- PROJECT=magenta-rpi3-arm64
- PROJECT=magenta-hikey960-arm64
- PROJECT=magenta-odroidc2-arm64
sudo: required
dist: trusty
cache:
directories:
- prebuilt/downloads
- prebuilt/configs
notifications:
irc:
channels:
- "chat.freenode.net#fuchsia-bot"
skip_join: true
use_notice: true