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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user