mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-27 19:56:23 +00:00
Build DosDiskBrowser.
This commit is contained in:
@@ -32,6 +32,19 @@ jobs:
|
||||
name: hxcfloppyemulator-winx86-${{ github.sha }}
|
||||
path: build/HxCFloppyEmulator_Software_win_x86.zip
|
||||
|
||||
build-hxcdiskbrowser-windows-x86:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Build
|
||||
run: sudo apt install -q -y mingw-w64 && cd build && make TARGET=mingw32 STANDALONEFSBROWSER_BUILD -j2
|
||||
- name: Package
|
||||
run: cd build && ./windowsdiskbrowsercreatezip.sh _x86
|
||||
- uses: actions/upload-artifact@main
|
||||
with:
|
||||
name: hxcfloppyemulator-dosdiskbrowser-winx86-${{ github.sha }}
|
||||
path: build/HxCFloppyEmulator_DosDiskBrowser_win_x86.zip
|
||||
|
||||
build-windows-x64:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user