1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-19 05:57:14 +00:00

Build script for KL ITS.

This commit is contained in:
Lars Brinkhoff
2019-06-18 14:08:45 +02:00
parent 9f0f8dd0e9
commit 5d6febdfe0
14 changed files with 356 additions and 7 deletions

View File

@@ -15,6 +15,21 @@ jobs:
timeout: 120m
- store_artifacts:
path: out
build_kl10:
docker:
- image: debian
environment:
EMULATOR: "pdp10-kl"
steps:
- checkout
- run: sh -ex build/dependencies.sh install_linux
- run:
name: build
command: "make check-dirs all EMULATOR=$EMULATOR"
no_output_timeout: 30m
timeout: 120m
- store_artifacts:
path: out
build_klh10:
docker:
- image: debian