Test native compilation

This commit is contained in:
Li 2022-06-18 01:35:58 +12:00
parent 1afe643047
commit 65e7e9b3a5
5 changed files with 9 additions and 7 deletions

View file

@ -35,7 +35,9 @@ jobs:
- name: Build win-x64
continue-on-error: false
run: |
dotnet add HISPd package Microsoft.DotNet.ILCompiler --prerelease
dotnet publish -p:PublishProfile=Win64.pubxml
dotnet remove HISPd package Microsoft.DotNet.ILCompiler
- name: Build win-x86
continue-on-error: false