| board_support_test: | |
| extends: .build-matrix | |
| image: $IMAGE | |
| before_script: | |
| - cd board_support | |
| stage: test | |
| script: | |
| - make -C bmb7_kintex jxj_gate_check | |
| board_support_test: | |
| extends: .build-matrix | |
| image: $IMAGE | |
| before_script: | |
| - cd board_support | |
| stage: test | |
| script: | |
| - make -C bmb7_kintex jxj_gate_check | |