1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-11 23:53:12 +00:00
PDP-10.its/.travis.yml
Lars Brinkhoff ea13dc31fb Don't store Travis CI images on Amazon S3.
They are no longer full builds.
2019-08-30 07:02:26 +02:00

24 lines
509 B
YAML

os:
- linux
- osx
language: c
dist: trusty
sudo: required
env:
- EMULATOR=simh BASICS=yes
- EMULATOR=klh10 BASICS=yes
- EMULATOR=pdp10-ka BASICS=yes
- EMULATOR=pdp10-kl BASICS=yes
matrix:
exclude:
- os: osx
env: EMULATOR=klh10 BASICS=yes
- os: osx
env: EMULATOR=pdp10-ka BASICS=yes
- os: osx
env: EMULATOR=pdp10-kl BASICS=yes
install: sh -ex build/dependencies.sh install_${TRAVIS_OS_NAME:-linux}
script: make check-dirs all
notifications:
email: lars@nocrew.org