mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-17 23:04:06 +00:00
github: clean PullRequest check action
This commit is contained in:
parent
cc094bceb0
commit
77e6b69cc1
4
.github/workflows/macos-PR-check.yml
vendored
4
.github/workflows/macos-PR-check.yml
vendored
|
@ -25,10 +25,6 @@ jobs:
|
||||||
os: [macos-11.0]
|
os: [macos-11.0]
|
||||||
qt_ver: [5.15.2,6.2.4]
|
qt_ver: [5.15.2,6.2.4]
|
||||||
qt_arch: [clang_64]
|
qt_arch: [clang_64]
|
||||||
env:
|
|
||||||
version: 22.8.23
|
|
||||||
version-suffix: EndOfHeat
|
|
||||||
prerelease: false
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# macos 11.0 默认环境变了,要指定
|
# macos 11.0 默认环境变了,要指定
|
||||||
|
|
5
.github/workflows/ubuntu-PR-check.yml
vendored
5
.github/workflows/ubuntu-PR-check.yml
vendored
|
@ -25,10 +25,7 @@ jobs:
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-20.04]
|
||||||
qt_ver: [5.15.2,6.2.4]
|
qt_ver: [5.15.2,6.2.4]
|
||||||
qt_arch: [gcc_64]
|
qt_arch: [gcc_64]
|
||||||
env:
|
|
||||||
version: 22.8.24
|
|
||||||
version-suffix: alpha
|
|
||||||
prerelease: true
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
|
|
12
.github/workflows/windows-PR-check.yml
vendored
12
.github/workflows/windows-PR-check.yml
vendored
|
@ -26,12 +26,6 @@ jobs:
|
||||||
os: [windows-2019]
|
os: [windows-2019]
|
||||||
qt_ver: [5.15.2,6.2.4]
|
qt_ver: [5.15.2,6.2.4]
|
||||||
qt_arch: [win64_msvc2019_64]
|
qt_arch: [win64_msvc2019_64]
|
||||||
|
|
||||||
env:
|
|
||||||
targetName: GoldenDict.exe
|
|
||||||
version: 22.8.24
|
|
||||||
version-suffix: alpha
|
|
||||||
prerelease: true
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
|
@ -69,9 +63,3 @@ jobs:
|
||||||
# call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.msvc_arch }}
|
# call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.msvc_arch }}
|
||||||
qmake "CONFIG+=zim_support" CONFIG+=release
|
qmake "CONFIG+=zim_support" CONFIG+=release
|
||||||
nmake
|
nmake
|
||||||
|
|
||||||
echo winSdkDir=%WindowsSdkDir% >> %GITHUB_ENV%
|
|
||||||
echo winSdkVer=%WindowsSdkVersion% >> %GITHUB_ENV%
|
|
||||||
echo vcToolsInstallDir=%VCToolsInstallDir% >> %GITHUB_ENV%
|
|
||||||
echo vcToolsRedistDir=%VCToolsRedistDir% >> %GITHUB_ENV%
|
|
||||||
echo QTDIR=%Qt6_DIR% >> %GITHUB_ENV%
|
|
||||||
|
|
Loading…
Reference in a new issue