Files
super6502/.gitlab-ci.yml
Byron Lathi 37e122197f Refactor CI into one file
Remove the downstream stuff and consolidate the hw and sw pipelines into
one.
2022-03-05 19:22:00 -06:00

19 lines
250 B
YAML

default:
tags:
- docker
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