mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 15:27:28 +00:00
17 lines
204 B
YAML
17 lines
204 B
YAML
image: ubuntu
|
|
|
|
variables:
|
|
EMULATOR: pdp10-ka
|
|
|
|
stages:
|
|
- build
|
|
|
|
job1:
|
|
stage: build
|
|
script:
|
|
- sh -ex build/dependencies.sh install_linux
|
|
- make
|
|
artifacts:
|
|
paths:
|
|
- out/pdp10-ka/
|