File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Build for Linux editor x86_64
2323 run : |
2424 pip3 install scons
25- scons platform=linux target=editor generate_bindings=yes
25+ scons platform=linux arch=x86_64 target=editor generate_bindings=yes
2626 ldd demo/addons/godot-git-plugin/linux/*.so
2727 - uses : actions/upload-artifact@v4
2828 with :
4747 shell : powershell
4848 run : |
4949 pip3 install scons
50- scons platform=windows target=editor generate_bindings=yes
50+ scons platform=windows arch=x86_64 target=editor generate_bindings=yes
5151 dumpbin /dependents .\demo\addons\godot-git-plugin\win64\*.dll
5252 - uses : actions/upload-artifact@v4
5353 with :
6868 cache-name : macos-universal
6969 - name : Build for macOS editor universal
7070 run : |
71- brew install scons openssl
72- scons platform=macos target=editor generate_bindings=yes macos_arch=universal use_llvm=yes macos_deployment_target=10.13 macos_openssl=$(brew --prefix openssl)/
71+ pip install scons
72+ scons platform=macos arch=universal target=editor generate_bindings=yes macos_deployment_target=10.13
7373 otool -L demo/addons/godot-git-plugin/macos/*.dylib
7474 - uses : actions/upload-artifact@v4
7575 with :
You can’t perform that action at this time.
0 commit comments