This commit is contained in:
Byron Lathi
2022-03-05 18:57:19 -06:00
parent a2fdcc5553
commit dbf990df3b
2 changed files with 15 additions and 0 deletions

3
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,3 @@
sw:
trigger:
include: sw/.gitlab-ci.yml

12
sw/.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,12 @@
default:
image: bslathi19/cc65
tags:
- docker-gcc
build-job:
stage: build
script:
- cd sw/
- make