Also build contrib on CI

This commit is contained in:
наб 2023-11-26 01:55:49 +01:00
parent 12d4b36c69
commit 7329bfb5f6
No known key found for this signature in database
GPG Key ID: BCFD0B018D2658F1
2 changed files with 3 additions and 0 deletions

View File

@ -22,9 +22,11 @@ tasks:
sudo apt-get install -y libzfslinux-dev
- build-gcc: |
cd tzpfms
(cd src/bin/; ln -s ../../contrib/*.cpp .)
make
find out/ -maxdepth 1 -type f -exec readelf -d {} + | tee /dev/stderr | grep Shared | LC_ALL=C sort -u
make clean
find src/bin/ -type l -delete
- build-clang: |
cd tzpfms
CC=clang CXX=clang++ make

View File

@ -67,6 +67,7 @@ endif
.PHONY : all locales clean build shellcheck i-t dracut init.d-systemd manpages htmlpages
.SECONDARY :
all : build locales manpages htmlpages shellcheck i-t init.d-systemd dracut