mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
1635b3f3a5
commit
d7006bd896
5
.github/workflows/dylib.yml
vendored
5
.github/workflows/dylib.yml
vendored
@ -7,14 +7,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
- name: Install xmake
|
- name: Compile
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
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
|
|
||||||
shell: powershell
|
|
||||||
run: |
|
|
||||||
bash -c "mkdir -p output/windows/x86_64"
|
bash -c "mkdir -p output/windows/x86_64"
|
||||||
cd dylib
|
cd dylib
|
||||||
xmake f -p windows -a x86_64
|
xmake f -p windows -a x86_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user