Skip to content

Merge branch 'luabackports' #323

Merge branch 'luabackports'

Merge branch 'luabackports' #323

Workflow file for this run

name: Windows x86
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
PREFIX: i686-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-i686 binutils-mingw-w64-i686
- name: Build SRB2 Legacy
run: make -C src/ --keep-going -j$(nproc) MINGW=1
- name: Upload Artifacts
uses: actions/[email protected]
with:
name: srb2legacy-windows-x86
path: |
bin/
src/comptime.h