Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash committed Oct 15, 2024
1 parent 1f637d2 commit 8259ab9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,13 @@ jobs:
moon test --target native
moon test --target native --release
- uses: ilammy/msvc-dev-cmd@v1

- name: moon test in native backend (windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
# --release not support for windows
moon test --target native --dry-run
moon test --target native
- name: moon bundle
Expand Down
3 changes: 2 additions & 1 deletion moon.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"readme": "README.md",
"repository": "https://github.com/moonbitlang/core",
"license": "Apache-2.0",
"keywords": ["core","standard library"]
"keywords": ["core","standard library"],
"link-flags": ["-cc", "cl /nologo"]
}

0 comments on commit 8259ab9

Please sign in to comment.