mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -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
|
working-directory: ./src/runtime/javascript
|
||||||
run: |
|
run: |
|
||||||
npm run test
|
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