mirror of
https://github.com/PDP-10/its.git
synced 2026-02-12 02:57:06 +00:00
There are now separate scripts for: EMACS, LISP (and MACSYMA), SCHEME, and miscellaneous unessential programs.
12 lines
257 B
YAML
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
|