Change CI to ignore fpga build, kicad to symlink
Did not automate tests with efinix yet.
This commit is contained in:
@@ -43,6 +43,8 @@ build-bootloader:
|
||||
|
||||
|
||||
build-fpga:
|
||||
rules:
|
||||
- when: manual
|
||||
stage: build_hw
|
||||
dependencies:
|
||||
- build-bootloader
|
||||
@@ -54,6 +56,8 @@ build-fpga:
|
||||
|
||||
test_addr_decode:
|
||||
stage: test
|
||||
rules:
|
||||
- when: manual
|
||||
image: bslathi19/modelsim_18.1:lite
|
||||
script:
|
||||
- cd hw/fpga/simulation/modelsim/
|
||||
@@ -61,6 +65,8 @@ test_addr_decode:
|
||||
|
||||
test_bb_spi:
|
||||
stage: test
|
||||
rules:
|
||||
- when: manual
|
||||
image: bslathi19/modelsim_18.1:lite
|
||||
script:
|
||||
- cd hw/fpga/simulation/modelsim/
|
||||
@@ -75,6 +81,8 @@ test-sw:
|
||||
|
||||
test_mm:
|
||||
stage: test
|
||||
rules:
|
||||
- when: manual
|
||||
image: bslathi19/modelsim_18.1:lite
|
||||
script:
|
||||
- cd hw/fpga/simulation/modelsim/
|
||||
@@ -82,6 +90,8 @@ test_mm:
|
||||
|
||||
test_crc7:
|
||||
stage: test
|
||||
rules:
|
||||
- when: manual
|
||||
image: bslathi19/modelsim_18.1:lite
|
||||
script:
|
||||
- cd hw/fpga/simulation/modelsim/
|
||||
@@ -89,6 +99,8 @@ test_crc7:
|
||||
|
||||
test_sd_cmd:
|
||||
stage: test
|
||||
rules:
|
||||
- when: manual
|
||||
image: bslathi19/modelsim_18.1:lite
|
||||
script:
|
||||
- cd hw/fpga/simulation/modelsim/
|
||||
|
||||
Submodule hw/kicad_library deleted from 5733f37765
1
hw/kicad_library
Symbolic link
1
hw/kicad_library
Symbolic link
@@ -0,0 +1 @@
|
||||
../../kicad_library/
|
||||
Reference in New Issue
Block a user