mirror of
https://github.com/PDP-10/its.git
synced 2026-01-18 17:16:59 +00:00
Also move generated CONFIG > and SYSHST > files from the "src" directory to "out". This facilitates parallel builds, and deploying image files.
17 lines
198 B
YAML
17 lines
198 B
YAML
image: ubuntu
|
|
|
|
variables:
|
|
EMULATOR: klh10
|
|
|
|
stages:
|
|
- build
|
|
|
|
job1:
|
|
stage: build
|
|
script:
|
|
- sh -ex build/dependencies.sh install_linux
|
|
- make
|
|
artifacts:
|
|
paths:
|
|
- out/klh10/
|