Commit ce9b4ced authored by Vaibhav Gupta's avatar Vaibhav Gupta

CI/CD: build entire SW

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent e9ee1b8b
...@@ -34,12 +34,10 @@ flawfinder: ...@@ -34,12 +34,10 @@ flawfinder:
- git clone --depth 1 https://gitlab.cern.ch/fvaga/fpga-manager.git "$FPGA_MGR" - git clone --depth 1 https://gitlab.cern.ch/fvaga/fpga-manager.git "$FPGA_MGR"
- make -C "$FPGA_MGR" all - make -C "$FPGA_MGR" all
kernel_build_cc7: software_build:
extends: .kernel_build_cc7 extends: .build_fec_os_sw
variables: variables:
EDL_CI_KBUILD_PATHS: software/kernel EDL_CI_SW_PATHS: software
before_script:
- *script_build_kernel_dep
kernel_build_validation: kernel_build_validation:
extends: .kernel_build_validation extends: .kernel_build_validation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment