Change to directory before running quartus

This commit is contained in:
Byron Lathi
2022-03-05 19:11:34 -06:00
parent 397372d9dc
commit 8855bedaf2

View File

@@ -5,5 +5,7 @@ default:
build1: build1:
stage: build stage: build
script: quartus_map super6502 -c super6502 script:
- cd hw/fpga/
- quartus_map super6502 -c super6502