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:
parent
a7f1a9c93d
commit
c4bb61e3b9
@ -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
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user