1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-11 18:54:32 +00:00

Build script for KL ITS.

This commit is contained in:
Lars Brinkhoff
2019-06-18 14:08:45 +02:00
parent 9f0f8dd0e9
commit 5d6febdfe0
14 changed files with 356 additions and 7 deletions

View File

@@ -8,12 +8,15 @@ 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
deploy: