mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-06 02:09:44 +03:00
CI: Don't install openssl for macOS + misc cleanup
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Build for Linux editor x86_64
|
- name: Build for Linux editor x86_64
|
||||||
run: |
|
run: |
|
||||||
pip3 install scons
|
pip3 install scons
|
||||||
scons platform=linux target=editor generate_bindings=yes
|
scons platform=linux arch=x86_64 target=editor generate_bindings=yes
|
||||||
ldd demo/addons/godot-git-plugin/linux/*.so
|
ldd demo/addons/godot-git-plugin/linux/*.so
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
pip3 install scons
|
pip3 install scons
|
||||||
scons platform=windows target=editor generate_bindings=yes
|
scons platform=windows arch=x86_64 target=editor generate_bindings=yes
|
||||||
dumpbin /dependents .\demo\addons\godot-git-plugin\win64\*.dll
|
dumpbin /dependents .\demo\addons\godot-git-plugin\win64\*.dll
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
@@ -68,8 +68,8 @@ jobs:
|
|||||||
cache-name: macos-universal
|
cache-name: macos-universal
|
||||||
- name: Build for macOS editor universal
|
- name: Build for macOS editor universal
|
||||||
run: |
|
run: |
|
||||||
brew install scons openssl
|
pip install scons
|
||||||
scons platform=macos target=editor generate_bindings=yes macos_arch=universal use_llvm=yes macos_deployment_target=10.13 macos_openssl=$(brew --prefix openssl)/
|
scons platform=macos arch=universal target=editor generate_bindings=yes macos_deployment_target=10.13
|
||||||
otool -L demo/addons/godot-git-plugin/macos/*.dylib
|
otool -L demo/addons/godot-git-plugin/macos/*.dylib
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user