Commit b8780cd9 authored by Vaibhav Gupta's avatar Vaibhav Gupta

CI/CD: Build entire software in CI/CD

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 247a3a3a
......@@ -28,10 +28,10 @@ flawfinder:
script:
- make -C software flawfinder
kernel_build_cc7:
extends: .kernel_build_cc7
software_build:
extends: .build_fec_os_sw
variables:
EDL_CI_KBUILD_PATHS: software/kernel
EDL_CI_SW_PATHS: software
kernel_build_validation:
extends: .kernel_build_validation
......
......@@ -38,12 +38,10 @@ DESTDIR ?=
prefix ?= /usr/local
exec_prefix ?= $(prefix)
bindir ?= $(exec_prefix)/bin
includedir ?= $(prefix)/include
install: all
mkdir -m 0775 -p $(DESTDIR)$(bindir) $(DESTDIR)$(includedir)/fmc-adc
mkdir -m 0775 -p $(DESTDIR)$(bindir)
install -D -t $(DESTDIR)$(bindir) -m 0755 $(progs)
install -D -t $(DESTDIR)$(includedir)/fmc-adc -m 0644 ../kernel/fmc-adc-100m14b4cha.h
# we need this as we are out of the kernel
%: %.c
......
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