diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b89111..0fec3bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/ diff --git a/hw/kicad_library b/hw/kicad_library deleted file mode 160000 index 5733f37..0000000 --- a/hw/kicad_library +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5733f3776534107de5533b0e5c1d09ed32643e7e diff --git a/hw/kicad_library b/hw/kicad_library new file mode 120000 index 0000000..d6f43f2 --- /dev/null +++ b/hw/kicad_library @@ -0,0 +1 @@ +../../kicad_library/ \ No newline at end of file