mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Try to setup Windows build
This commit is contained in:
14
.github/workflows/build-majestic.yml
vendored
14
.github/workflows/build-majestic.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user