Skip to content

Commit

Permalink
Remove 32bit windows package
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Mar 30, 2024
1 parent 0475974 commit e9a0928
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,55 +72,3 @@ jobs:
build/Freeciv21-${{github.ref_name}}.tar.gz.sha256
build/Freeciv21-${{github.ref_name}}.zip
build/Freeciv21-${{github.ref_name}}.zip.sha256
i686-windows:
name: "Create i686 Windows Package"
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
if: github.event_name == 'release' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW32
update: true
install: |
git
mingw-w64-i686-cmake
mingw-w64-i686-ninja
mingw-w64-i686-nsis
mingw-w64-i686-gcc
mingw-w64-i686-libunwind
mingw-w64-i686-readline
mingw-w64-i686-lua
mingw-w64-i686-SDL2_mixer
mingw-w64-i686-qt5-base
mingw-w64-i686-qt5-svg
mingw-w64-i686-karchive-qt5
- name: Configure
run: |
export PATH=/mingw32/bin:${PATH}
export MSYSTEM=MINGW32
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/mingw32/lib/pkgconfig:/mingw32/share/pkgconfig
cmake . -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=$PWD/build/install \
-DCMAKE_BUILD_TYPE=Release
- name: Build
run: |
cmake --build build
- name: Install
run: |
cmake --build build --target install
- name: Package
run: |
cmake --build build --target package
- name: Upload package
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
build/Windows-i686/Freeciv21-*-Windows-i686.exe
build/Windows-i686/Freeciv21-*-Windows-i686.exe.sha256

0 comments on commit e9a0928

Please sign in to comment.