Refactor CI into one file
Remove the downstream stuff and consolidate the hw and sw pipelines into one.
This commit is contained in:
@@ -1,7 +1,18 @@
|
|||||||
sw:
|
default:
|
||||||
trigger:
|
tags:
|
||||||
include: sw/.gitlab-ci.yml
|
- docker
|
||||||
|
|
||||||
fpga:
|
build-sw:
|
||||||
trigger:
|
stage: build
|
||||||
include: hw/fpga/.gitlab-ci.yml
|
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
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
default:
|
|
||||||
image: bslathi19/modelsim_18.1:lite
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
build1:
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- cd hw/fpga/
|
|
||||||
- quartus_map super6502 -c super6502
|
|
||||||
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
default:
|
|
||||||
image: bslathi19/cc65
|
|
||||||
tags:
|
|
||||||
- docker-gcc
|
|
||||||
|
|
||||||
build-job:
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- cd sw/
|
|
||||||
- make
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user