mirror of
https://github.com/PDP-10/its.git
synced 2026-02-14 03:54:00 +00:00
Build for FreeBSD using Cirrus CI.
This commit is contained in:
@@ -18,6 +18,15 @@ install_linux() {
|
||||
esac
|
||||
}
|
||||
|
||||
install_freebsd() {
|
||||
pkg upgrade -y
|
||||
pkg install -y gmake git expect
|
||||
case "$EMULATOR" in
|
||||
pdp10-ka) pkg install -y sdl2 sdl2_image pkgconf;;
|
||||
pdp10-kl) pkg install -y autoconf;;
|
||||
esac
|
||||
}
|
||||
|
||||
install_osx() {
|
||||
true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user