Enable github CI for Windows.

This commit is contained in:
David Given
2021-04-18 21:55:55 +02:00
parent fb4eaa4332
commit e85bf1713e

View File

@@ -25,17 +25,17 @@ jobs:
- name: make
run: make
# build-windows:
# runs-on: windows-latest
# steps:
# - uses: numworks/setup-msys2@v1
# with:
# path-type: inherit
# - uses: actions/checkout@v1
# - 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: build
# run: |
# msys2do make
build-windows:
runs-on: windows-latest
steps:
- uses: msys2/setup-msys2@v1
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: pacman
run: |
pacman -S --noconfirm --needed make ninja mingw-w64-i686-libusb mingw-w64-i686-sqlite3 mingw-w64-i686-zlib mingw-w64-i686-gcc zip
- name: build
run: |
make