Try to setup Windows build

This commit is contained in:
Krasimir Angelov
2021-11-16 19:06:32 +01:00
committed by GitHub
parent 2cbf59d75b
commit 051eb737f2

View File

@@ -222,3 +222,17 @@ jobs:
working-directory: ./src/runtime/javascript
run: |
npm run test
# ----------------------------------------------------------------------------
windows-runtime:
name: Runtime (Windows)
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64