Reenable QtApng
This commit is contained in:
parent
a1191b7c08
commit
0b26afbe0f
25
.github/workflows/build.yml
vendored
25
.github/workflows/build.yml
vendored
@ -60,23 +60,16 @@ jobs:
|
|||||||
-DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
-S ${{ github.workspace }}
|
-S ${{ github.workspace }}
|
||||||
|
|
||||||
# - name: Clone QtApng
|
- name: Clone QtApng
|
||||||
# uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
# with:
|
with:
|
||||||
# repository: jurplel/QtApng
|
repository: jurplel/QtApng
|
||||||
# path: "QtApng"
|
path: "QtApng"
|
||||||
|
|
||||||
# - name: Build and deploy QtApng
|
- name: Build and deploy QtApng
|
||||||
# run: |
|
run: |
|
||||||
# cd QtApng/src/3rdparty
|
cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release
|
||||||
# chmod +x get_libs.sh
|
nmake
|
||||||
# ./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: Install Windows Discord RPC
|
- name: Install Windows Discord RPC
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user