mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 20:40:18 +00:00
...
This commit is contained in:
parent
246345de8e
commit
9d633c6eb3
5
.github/workflows/dylib.yml
vendored
5
.github/workflows/dylib.yml
vendored
@ -11,12 +11,11 @@ jobs:
|
||||
shell: powershell
|
||||
run: |
|
||||
Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
|
||||
xmake --version
|
||||
mkdir -p output/windows/x86_64
|
||||
cd dylib
|
||||
xmake f -p windows -a x86_64
|
||||
xmake f -p windows -a x64
|
||||
xmake
|
||||
cp build/windows/x86_64/release/test.dll ../output/windows/x86_64
|
||||
cp build/windows/x64/release/test.dll ../output/windows/x86_64
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: output
|
||||
|
Loading…
x
Reference in New Issue
Block a user