Skip to content

Commit

Permalink
snap: Added some debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Oct 1, 2024
1 parent 7bf064a commit 42efe6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ parts:
craftctl default
craftctl set version="$(git describe | sed 's/v//')"
override-build: |
qmake -version
qmake -query
qtchooser -list-versions
qbs setup-toolchains --detect
qbs build --jobs "${CRAFT_PARALLEL_BUILD_COUNT}" --command-echo-mode command-line config:release qbs.installPrefix:"/usr" projects.Tiled.version:$(craftctl get version) projects.Tiled.useRPaths:false
qbs install --install-root "${CRAFT_PART_INSTALL}" config:release
Expand Down

0 comments on commit 42efe6c

Please sign in to comment.