Refactor CI into one file

Remove the downstream stuff and consolidate the hw and sw pipelines into
one.
This commit is contained in:
Byron Lathi
2022-03-05 19:22:00 -06:00
parent 8855bedaf2
commit 37e122197f
3 changed files with 17 additions and 29 deletions

View File

@@ -1,7 +1,18 @@
sw:
trigger:
include: sw/.gitlab-ci.yml
default:
tags:
- docker
fpga:
trigger:
include: hw/fpga/.gitlab-ci.yml
build-sw:
stage: build
image: bslathi19/cc65
script:
- cd sw/
- make
build-fpga:
stage: build
image: bslathi19/modelsim_18.1:lite
script:
- cd hw/fpga/
- quartus_map super6502 -c super6502