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 2b66e50 commit ad3f32bCopy full SHA for ad3f32b
.github/workflows/.build-client-deb.yml.swp
-12 KB
.github/workflows/build-client-deb.yml
@@ -37,6 +37,7 @@ jobs:
37
git checkout Release/24.0.4 # ex: Release/24.0.4
38
echo install\(FILES "${CMAKE_BINARY_DIR}/debian/bareos-filedaemon.service" DESTINATION lib/systemd/system\) >>CMakeLists.txt
39
mkdir ./build
40
+ ls
41
42
- name: Extract version from tag
43
id: vars
@@ -46,7 +47,6 @@ jobs:
46
47
- name: Build Bareos Client
48
working-directory: ./bareos-repo/build
49
run: |
- cd build
50
ls
51
cmake -Dclient-only=ON \
52
-DCMAKE_INSTALL_PREFIX=/usr \
0 commit comments