Skip to content

Commit 5d4499d

Browse files
committed
Update build-client-deb.yml
1 parent 84934b9 commit 5d4499d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build-client-deb.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,18 @@ jobs:
4242
- name: Extract version from tag
4343
id: vars
4444
run: echo "VERSION=${GITHUB_REF_NAME#Release/}" >> $GITHUB_ENV
45-
- name: check work space
46-
run: ls -lisa $GITHUB_WORKSPACE/bareos-repo/build
4745
- name: Build Bareos Client
4846
working-directory: ./bareos-repo
4947
run: |
50-
echo "=== Current dir ==="
51-
pwd
52-
echo "=== Listing ==="
53-
ls -la
54-
echo "=== cmake ==="
5548
cmake -S . -B build -Dclient-only=ON -Dwebui=OFF\
5649
-DCMAKE_INSTALL_PREFIX=/usr \
5750
-DCPACK_PACKAGE_CONTACT="contact@libertech.fr" \
5851
-DCPACK_PACKAGE_VERSION="24.0.4" \
5952
-DCPACK_DEBIAN_PACKAGE_MAINTAINER="contact@libertech.fr" \
6053
-DCPACK_DEBIAN_PACKAGE_DEPENDS="libssl3, zlib1g, libacl1, liblzo2-2, libjansson4, libreadline8" \
6154
-DCPACK_DEBIAN_PACKAGE_CONTROL_EXTRA="debian/preinst;debian/postinst"
62-
make -j$(nproc)
55+
cmake --build build -- -j$(nproc)
56+
6357
- name: Make DEB package
6458
working-directory: ./bareos-repo/build
6559
run: |

0 commit comments

Comments
 (0)