Skip to content

Commit

Permalink
ci: remove window7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
xchacha20-poly1305 authored and arm64v8a committed Sep 6, 2023
1 parent c12199e commit 716f806
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/build-qv2ray-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 716f806

Please sign in to comment.