Commit 0cdacf73 authored by Vaibhav Gupta's avatar Vaibhav Gupta

CI/CD: Build tools

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent d9e1d60a
......@@ -39,3 +39,15 @@ kernel_build_cc7:
kernel_build_validation:
extends: .kernel_build_validation
build_tools:
stage: build
image:
name: gitlab-registry.cern.ch/be-cem-edl/evergreen/gitlab-ci/build-fec-sw:latest
script:
- make -C tools -j "$(nproc)"
artifacts:
paths:
- 'tools/zio-dump'
- 'tools/zio-cat-file'
- 'tools/test-dtc'
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