1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-12 02:57:06 +00:00
Files
PDP-10.its/.travis.yml
Lars Brinkhoff d84c52edb5 Split off parts of build script. Only build basics if BASICS is yes.
There are now separate scripts for: EMACS, LISP (and MACSYMA), SCHEME,
and miscellaneous unessential programs.
2018-04-13 19:59:48 +02:00

12 lines
257 B
YAML

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