minimal: pork-rt minimal runtime

This commit is contained in:
2023-09-11 02:34:28 -04:00
parent 2ee1565fb5
commit 14b3f4c6e9
14 changed files with 103 additions and 13 deletions

View File

@ -20,6 +20,11 @@ jobs:
with:
name: pork-linux-amd64
path: tool/build/native/nativeCompile/pork
- name: Archive Pork Runtime Executable
uses: actions/upload-artifact@v3
with:
name: pork-rt-linux-amd64
path: minimal/build/native/nativeCompile/pork-rt
darwin-amd64:
runs-on: macos-latest
steps:
@ -39,6 +44,11 @@ jobs:
with:
name: pork-darwin-amd64
path: tool/build/native/nativeCompile/pork
- name: Archive Pork Runtime Executable
uses: actions/upload-artifact@v3
with:
name: pork-rt-darwin-amd64
path: minimal/build/native/nativeCompile/pork-rt
windows-amd64:
runs-on: windows-latest
steps:
@ -58,3 +68,8 @@ jobs:
with:
name: pork-windows-amd64
path: tool/build/native/nativeCompile/pork.exe
- name: Archive Pork Runtime Executable
uses: actions/upload-artifact@v3
with:
name: pork-rt-windows-amd64
path: minimal/build/native/nativeCompile/pork-rt.exe