mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Try Windows builds on github.
This commit is contained in:
12
.github/workflows/ccpp.yml
vendored
12
.github/workflows/ccpp.yml
vendored
@@ -21,3 +21,15 @@ jobs:
|
|||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
|
build-windows:
|
||||||
|
runs-on: windows-latest
|
||||||
|
steps:
|
||||||
|
- uses: numworks/setup-msys2@v1
|
||||||
|
with:
|
||||||
|
msystem: MSYS
|
||||||
|
- name: pacman
|
||||||
|
run: msys2do pacman -S --noconfirm --needed make ninja mingw-w64-i686-libusb mingw-w64-i686-sqlite3 mingw-w64-i686-zlib mingw-w64-i686-gcc zip
|
||||||
|
- name: make
|
||||||
|
run: |
|
||||||
|
set MSYSTEM=MINGW32
|
||||||
|
msys2do make
|
||||||
|
|||||||
Reference in New Issue
Block a user