Skip to content

Commit

Permalink
SWPROT-8953: build: Install artifacts to dist
Browse files Browse the repository at this point in the history
Origin: SiliconLabs/UnifySDK#50
Forwarded: #4
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
  • Loading branch information
rzr committed Jan 29, 2025
1 parent 1eb0cd3 commit 18ef2fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion helper.mk
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ test: ${build_dir}

check: test

dist: ${build_dir}
cmake --build $< --target package
install -d $</$@
cp -av ${<}/*.deb $</$@

distclean:
rm -rf ${build_dir}

Expand All @@ -176,7 +181,7 @@ zpc/build: zpc/configure build
zpc/test: ${build_dir}/applications/zpc/components/zwave_command_classes/test/
ctest --test-dir ${<}

zpc/default: zpc/configure zpc/build zpc/test
zpc/default: zpc/configure zpc/build zpc/test dist
@date -u

### @rootfs is faster than docker for env check
Expand Down

0 comments on commit 18ef2fe

Please sign in to comment.