Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Mar 12, 2024
1 parent f52c885 commit 3247d95
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/build_linux_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,19 @@ jobs:
cmake -B build -GNinja . \
-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DPACKAGE_VERSION="${package_version}"
cmake --build build
#cmake --build build
- name: Build Tarballs
# - name: Build Tarballs
# run: |
# (cd build && cpack -G TXZ)

- name: cat CPackConfig.cmake
run: |
cat build/CPackConfig.cmake
- name: cat CPackSourceConfig.cmake
run: |
(cd build && cpack -G TXZ)
cat build/CPackSourceConfig.cmake
- name: Report
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 3247d95

Please sign in to comment.