We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5ddf0 commit af1d841Copy full SHA for af1d841
.github/workflows/.build-client-deb.yml.swp
-12 KB
.github/workflows/build-client-deb.yml
@@ -39,9 +39,12 @@ jobs:
39
run: |
40
git fetch --all
41
git checkout Release/${VERSION}
42
+ cp CMakeLists.txt CMakeLists.txt.save
43
- name: Build Bareos Client
44
working-directory: ./bareos-repo
45
46
+ echo install\(FILES "build/debian/bareos-filedaemon.service" DESTINATION lib/systemd/system\) >>CMakeLists.txt
47
+ echo set\(CPACK_DEBIAN_CLIENT_PACKAGE_NAME "bareos-client"\) >>CMakeLists.txt
48
mkdir build-client
49
cmake -S . -B build-client -Dclient-only=ON \
50
-DCMAKE_INSTALL_PREFIX=/usr \
0 commit comments