This repository was archived by the owner on Apr 29, 2025. It is now read-only.
Merge branch 'P-AS:master' into master #214
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows x86_64 | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
env: | |
PREFIX: x86_64-w64-mingw32 | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Update package list | |
run: sudo apt-get update | |
- name: Install Dependencies | |
run: sudo apt-get install -y gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64 | |
- name: Build SRB2 | |
run: make -C src/ --keep-going -j$(nproc) MINGW64=1 | |
- name: Upload Artifacts | |
uses: actions/[email protected] | |
with: | |
name: srb2fusionadvance-windows-x86_64 | |
path: | | |
bin/ | |
src/comptime.h | |