Add fpga ci
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
sw:
|
sw:
|
||||||
trigger:
|
trigger:
|
||||||
include: sw/.gitlab-ci.yml
|
include: sw/.gitlab-ci.yml
|
||||||
|
|
||||||
|
fpga:
|
||||||
|
trigger:
|
||||||
|
include: sw/fpga/.gitlab-ci.yml
|
||||||
|
|||||||
9
hw/fpga/.gitlab-ci.yml
Normal file
9
hw/fpga/.gitlab-ci.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
default:
|
||||||
|
image: bslathi19/modelsim_18.1:lite
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
|
||||||
|
build1:
|
||||||
|
stage: build
|
||||||
|
script: quartus_map super6502 -c super6502
|
||||||
|
|
||||||
Reference in New Issue
Block a user