1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-11 23:53:12 +00:00
PDP-10.its/.cirrus.yml
Lars Brinkhoff 601576665d Drop simh target on FreeBSD.
The FreeBSD compiler will not build the latest version of SIMH.
2025-01-24 07:19:21 +01:00

20 lines
392 B
YAML

env:
CIRRUS_CLONE_DEPTH: 1
ARCH: amd64
BASICS: yes
CONFFLAGS_USR: -DKLH10_CTYIO_INT=0
freebsd_instance:
image_family: freebsd-14-0
task:
env:
matrix:
# EMULATOR: simh
# EMULATOR: klh10
- EMULATOR: pdp10-ka
NODUMP: true
# EMULATOR: pdp10-kl
install_script: sh -ex build/dependencies.sh install_freebsd
script: gmake its EMULATOR=$EMULATOR