1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-18 17:16:59 +00:00
PDP-10.its/.gitlab-ci.yml
Lars Brinkhoff fa46ff4e4c Place built image files in separate directories for each target.
Also move generated CONFIG > and SYSHST > files from the "src"
directory to "out".

This facilitates parallel builds, and deploying image files.
2018-05-02 08:16:23 -07:00

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/