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 5a185d79ca Don't build Macsyma if environment variable MACSYMA is no.
Use this to shorten the build times of the KLH10 and KA10 emulators.
2018-03-22 10:38:13 -07:00

12 lines
246 B
YAML

language: c
dist: trusty
sudo: required
env:
- EMULATOR=simh
- EMULATOR=klh10 MACSYMA=no
- EMULATOR=sims MACSYMA=no
install: sh -ex build/dependencies.sh install_${TRAVIS_OS_NAME:-linux}
script: make
notifications:
email: lars@nocrew.org