1
0
mirror of https://github.com/PDP-10/its.git synced 2026-05-22 21:49:27 +00:00

Build with just KLH10.

This commit is contained in:
Lars Brinkhoff
2018-08-21 00:13:05 -07:00
parent d3d92313e4
commit 0f7eb7b185
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
emulator: [simh, klh10, pdp10-ka, pdp10-kl, pdp10-ks]
#emulator: [simh, klh10, pdp10-ka, pdp10-kl, pdp10-ks]
emulator: [klh10]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
@@ -23,7 +24,7 @@ jobs:
if: ${{runner.os == 'Linux'}}
run: sh -ex build/dependencies.sh install_linux
- name: Build
run: make check-dirs all EMULATOR=${{matrix.emulator}}
run: make check-dirs all EMULATOR=${{matrix.emulator}} MCHN=LC
- name: Deploy
if: github.ref == 'refs/heads/master'
env: