1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 15:27:28 +00:00

Build with KLH10 on FreeBSD.

This commit is contained in:
Lars Brinkhoff 2020-02-26 07:52:20 +01:00
parent a7f1a9c93d
commit c4bb61e3b9
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ task:
env:
matrix:
- EMULATOR: simh
# EMULATOR: klh10
- EMULATOR: klh10
- EMULATOR: pdp10-ka
# EMULATOR: pdp10-kl
install_script: sh -ex build/dependencies.sh install_freebsd

View File

@ -24,6 +24,7 @@ install_freebsd() {
case "$EMULATOR" in
pdp10-ka) pkg install -y sdl2 sdl2_image pkgconf;;
pdp10-kl) pkg install -y autoconf;;
klh10) pkg install -y pkgconf autotools;;
esac
}