mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
CI: Upgrade install-qt action.
Some checks failed
Build Android / build_android (apk) (push) Has been cancelled
Build Android / build_android (libretro) (push) Has been cancelled
Build iOS / build_ios (push) Has been cancelled
Build JavaScript / build_js (push) Has been cancelled
Build Linux / build_linux (push) Has been cancelled
Build Linux ARM32 / build_linux_arm32 (push) Has been cancelled
Build Linux ARM64 / build_linux_arm64 (push) Has been cancelled
Build macOS / build_macos (push) Has been cancelled
Build Windows / build_windows (x86_32, Visual Studio 16 2019, installer32.nsi, win32_msvc2019, Win32) (push) Has been cancelled
Build Windows / build_windows (x86_64, Visual Studio 16 2019, installer64.nsi, win64_msvc2019_64, x64) (push) Has been cancelled
Build Windows Psf / build_windows_psf (off, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Build Windows Psf / build_windows_psf (on, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Check Format / run_clangformat (push) Has been cancelled
Some checks failed
Build Android / build_android (apk) (push) Has been cancelled
Build Android / build_android (libretro) (push) Has been cancelled
Build iOS / build_ios (push) Has been cancelled
Build JavaScript / build_js (push) Has been cancelled
Build Linux / build_linux (push) Has been cancelled
Build Linux ARM32 / build_linux_arm32 (push) Has been cancelled
Build Linux ARM64 / build_linux_arm64 (push) Has been cancelled
Build macOS / build_macos (push) Has been cancelled
Build Windows / build_windows (x86_32, Visual Studio 16 2019, installer32.nsi, win32_msvc2019, Win32) (push) Has been cancelled
Build Windows / build_windows (x86_64, Visual Studio 16 2019, installer64.nsi, win64_msvc2019_64, x64) (push) Has been cancelled
Build Windows Psf / build_windows_psf (off, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Build Windows Psf / build_windows_psf (on, x86_64, Visual Studio 16 2019, installer64.nsi, x64) (push) Has been cancelled
Check Format / run_clangformat (push) Has been cancelled
This commit is contained in:
parent
f66e60ffda
commit
6082fd0d31
3 changed files with 5 additions and 6 deletions
2
.github/workflows/build-linux.yaml
vendored
2
.github/workflows/build-linux.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
env:
|
||||
VULKAN_SDK_VERSION: '1.4.309.0'
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
cache: true
|
||||
cache-key-prefix: ${{ runner.os }}-${{ matrix.qt-arch }}-QtCache
|
||||
|
|
4
.github/workflows/build-macos.yaml
vendored
4
.github/workflows/build-macos.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
env:
|
||||
VULKAN_SDK_VERSION: '1.4.309.0'
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
cache: true
|
||||
cache-key-prefix: ${{ runner.os }}-${{ matrix.qt-arch }}-QtCache
|
||||
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Prepare Qt Universal Libs
|
||||
run: |
|
||||
tar xf qt-5.15.2.arm64_big_sur.bottle.tar.gz
|
||||
python3 .github/CI_MISC/pre_qt_universal_build.py $Qt5_DIR/ `pwd`/qt@5/5.15.2/
|
||||
python3 .github/CI_MISC/pre_qt_universal_build.py $QT_ROOT_DIR/ `pwd`/qt@5/5.15.2/
|
||||
- name: Set SHORT_HASH
|
||||
run: echo "VALUE=${LONG_HASH:0:8}" >> $GITHUB_OUTPUT
|
||||
id: short_hash
|
||||
|
|
5
.github/workflows/build-windows.yaml
vendored
5
.github/workflows/build-windows.yaml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
with:
|
||||
args: install -y openal openalsdk
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
version: ${{ env.QT_VERSION }}
|
||||
arch: ${{ matrix.qt-arch }}
|
||||
|
@ -83,8 +83,7 @@ jobs:
|
|||
- name: Prepare Installer Package
|
||||
run: |
|
||||
cd build
|
||||
${{ env.Qt5_DIR }}\bin\windeployqt.exe ./Source/ui_qt/Release --no-system-d3d-compiler --no-quick-import --no-opengl-sw --no-compiler-runtime --no-translations
|
||||
|
||||
${{ env.QT_ROOT_DIR }}\bin\windeployqt.exe ./Source/ui_qt/Release --no-system-d3d-compiler --no-quick-import --no-opengl-sw --no-compiler-runtime --no-translations
|
||||
cd ..
|
||||
makensis.exe ./installer_win32/${{ matrix.installer-script}}
|
||||
- name: Upload a Build Artifact Installer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue