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 062ae07 commit 39b85b7Copy full SHA for 39b85b7
.github/workflows/build-client-deb.yml
@@ -45,14 +45,14 @@ jobs:
45
- name: check work space
46
run: ls -lisa $GITHUB_WORKSPACE/bareos-repo/build
47
- name: Build Bareos Client
48
- working-directory: ./bareos-repo/build
+ working-directory: ./bareos-repo
49
run: |
50
echo "=== Current dir ==="
51
pwd
52
echo "=== Listing ==="
53
ls -la
54
echo "=== cmake ==="
55
- cmake -Dclient-only=ON \
+ cmake -S . -B build -Dclient-only=ON \
56
-DCMAKE_INSTALL_PREFIX=/usr \
57
-DCPACK_PACKAGE_CONTACT="Libertech <contact@libertech.fr>" \
58
-DCPACK_PACKAGE_VERSION=24.0.4 \
0 commit comments