diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-24 11:02:23 +0200 |
|---|---|---|
| committer | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-24 11:02:23 +0200 |
| commit | 0b26afbe0f2f6c1a16489be881ad0c63f43b6c6b (patch) | |
| tree | e1ec04f590365b6423d9799e984c1e11d6d5f055 /.github | |
| parent | a1191b7c08023569bf5297caad56897324a59047 (diff) | |
Reenable QtApng
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbf9430f..224e8fb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,23 +60,16 @@ jobs: -DCMAKE_BUILD_TYPE=Release -S ${{ github.workspace }} -# - name: Clone QtApng -# uses: actions/checkout@master -# with: -# repository: jurplel/QtApng -# path: "QtApng" - -# - name: Build and deploy QtApng -# run: | -# cd QtApng/src/3rdparty -# chmod +x get_libs.sh -# ./get_libs.sh 1.3.1 1.6.40 -# cd ../.. -# qmake CONFIG+=install_ok QMAKE_CXXFLAGS+="-fno-sized-deallocation" -# nmake -# cd .. -# mkdir ./bin/imageformats -# cp ./QtApng/plugins/imageformats/qapng.dll ./bin/imageformats/qapng.dll + - name: Clone QtApng + uses: actions/checkout@master + with: + repository: jurplel/QtApng + path: "QtApng" + + - name: Build and deploy QtApng + run: | + cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release + nmake - name: Install Windows Discord RPC shell: bash |
