Skip to content

Commit

Permalink
CI: no longer use static qt build
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Jul 21, 2024
1 parent 4edfbf6 commit 93e5c7d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,15 @@ jobs:
pacboy: >-
toolchain:p ninja:p cmake:p extra-cmake-modules:p
jasper:p icoutils:p
qt6-static:p libopenmpt:p portaudio:p
qt6:p libopenmpt:p portaudio:p
- name: Build pineapple-tracker-player
run: |
mkdir build && cd build
cmake .. -DCMAKE_PREFIX_PATH="${MINGW_PREFIX}/qt6-static" -DCMAKE_INSTALL_PREFIX="package_workspace" -G Ninja
cmake .. -DCMAKE_INSTALL_PREFIX="package_workspace" -G Ninja
cmake --build . -j
cmake --build . --target install/strip
- name: Prepare for package
run: |
rm -rf /c/Windows/SYSTEM32/libssl-* || true
rm -rf /c/Windows/SYSTEM32/libcrypto-* || true
cd build/package_workspace/bin
ldd ./pineapple-tracker-player-quick.exe > deps-trackerplayer.txt
bash -c 'while read -r line; do path=$(cut -d" " -f3 <<<$line); cp -v $path ./; done <<<$(grep ".*mingw.*bin" deps-trackerplayer.txt); exit 0'
Expand Down

0 comments on commit 93e5c7d

Please sign in to comment.