mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-19 06:30:07 +08:00
ci: remove window7 build
This commit is contained in:
parent
c12199e4aa
commit
716f80606c
19
.github/workflows/build-qv2ray-cmake.yml
vendored
19
.github/workflows/build-qv2ray-cmake.yml
vendored
@ -59,9 +59,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- platform: windows-2022
|
||||
arch: x64
|
||||
qt_version: "5.15"
|
||||
- platform: windows-2022
|
||||
arch: x64
|
||||
qt_version: "6.5"
|
||||
@ -126,12 +123,8 @@ jobs:
|
||||
source libs/env_qtsdk.sh $PWD/qtsdk/Qt
|
||||
mkdir build
|
||||
cd build
|
||||
if [ "$DL_QT_VER" == "5.15" ]; then
|
||||
cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
|
||||
else
|
||||
cmake -GNinja -DQT_VERSION_MAJOR=6 -DCMAKE_BUILD_TYPE=Release ..
|
||||
fi
|
||||
ninja
|
||||
cmake -GNinja -DQT_VERSION_MAJOR=6 -DCMAKE_BUILD_TYPE=Release ..
|
||||
ninja -j2
|
||||
cd ..
|
||||
./libs/deploy_windows64.sh
|
||||
- name: Linux - Generate MakeFile and Build
|
||||
@ -176,9 +169,6 @@ jobs:
|
||||
cd deployment
|
||||
cp -r public_res/* linux64
|
||||
cp -r public_res/* windows64
|
||||
cp -r public_res/* windows7-x64
|
||||
cp windows64/neko*core.exe windows7-x64
|
||||
cp windows64/updater.exe windows7-x64
|
||||
rm -rf public_res *.pdb
|
||||
####
|
||||
mv linux64 nekoray
|
||||
@ -188,10 +178,6 @@ jobs:
|
||||
mv windows64 nekoray
|
||||
zip -r $version_standalone-windows64.zip nekoray
|
||||
rm -rf nekoray
|
||||
####
|
||||
mv windows7-x64 nekoray
|
||||
zip -r $version_standalone-windows7-x64.zip nekoray
|
||||
rm -rf nekoray
|
||||
- name: Pack Debian
|
||||
if: github.event.inputs.publish != 'y'
|
||||
run: |
|
||||
@ -217,7 +203,6 @@ jobs:
|
||||
cd deployment
|
||||
rm -rf linux64
|
||||
rm -rf windows64
|
||||
rm -rf windows7-x64
|
||||
rm -rf public_res
|
||||
rm -rf *.pdb
|
||||
- name: Uploading Artifact
|
||||
|
||||
Loading…
Reference in New Issue
Block a user