mirror of
https://github.com/PDP-10/its.git
synced 2026-01-28 21:01:16 +00:00
Build with GitLab CI.
This commit is contained in:
committed by
Eric Swenson
parent
77bfb4e37f
commit
ea2372c19a
17
.gitlab-ci.yml
Normal file
17
.gitlab-ci.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
image: ubuntu
|
||||
|
||||
variables:
|
||||
EMULATOR: klh10
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
job1:
|
||||
stage: build
|
||||
script:
|
||||
- sh -ex build/dependencies.sh install_linux
|
||||
- git submodule update --init
|
||||
- make
|
||||
artifacts:
|
||||
paths:
|
||||
- out/
|
||||
Reference in New Issue
Block a user