mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
1f085d484d
commit
1635b3f3a5
8
.github/workflows/dylib.yml
vendored
8
.github/workflows/dylib.yml
vendored
@ -13,12 +13,12 @@ jobs:
|
|||||||
Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
|
Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
|
||||||
xmake --version
|
xmake --version
|
||||||
- name: Compile
|
- name: Compile
|
||||||
shell: bash
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
mkdir -p output/windows/x86_64
|
bash -c "mkdir -p output/windows/x86_64"
|
||||||
cd dylib
|
cd dylib
|
||||||
pwsh -Command "xmake f -p windows -a x86_64"
|
xmake f -p windows -a x86_64
|
||||||
pwsh -Command "xmake"
|
xmake
|
||||||
cp build/windows/x86_64/release/test.dll ../output/windows/x86_64
|
cp build/windows/x86_64/release/test.dll ../output/windows/x86_64
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user