mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-04 22:09:55 +03:00
Fix bin analysis commands in CI
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
git submodule update --init --recursive
|
||||
pip3 install --user scons
|
||||
scons platform=linux target=release bits=64 godot_cpp=yes generate_bindings=yes use_custom_api_file=yes custom_api_file=extension_api.ci.json -j $(nproc)
|
||||
ldd demo/addons/godot-git-plugin/linux/libgit_plugin.so
|
||||
ldd demo/addons/godot-git-plugin/linux/*.so
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: libgit_plugin.linux.x86_64.release.dll-${{ github.sha }}
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
git submodule update --init --recursive
|
||||
pip3 install --user scons
|
||||
scons platform=windows target=release bits=64 godot_cpp=yes generate_bindings=yes use_custom_api_file=yes custom_api_file=extension_api.ci.json -j $env:NUMBER_OF_PROCESSORS
|
||||
dumpbin /dependents .\demo\addons\godot-git-plugin\win64\libgit_plugin.dll
|
||||
dumpbin /dependents .\demo\addons\godot-git-plugin\win64\*.dll
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: libgit_plugin.windows.x86_64.release.dll-${{ github.sha }}
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
git submodule update --init --recursive
|
||||
brew install scons
|
||||
scons platform=osx target=release bits=64 godot_cpp=yes generate_bindings=yes use_custom_api_file=yes custom_api_file=extension_api.ci.json macos_arch=universal use_llvm=yes -j $(sysctl -n hw.logicalcpu)
|
||||
otool -L demo/addons/godot-git-plugin/osx/libgit_plugin.dylib
|
||||
otool -L demo/addons/godot-git-plugin/osx/*.dylib
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: libgit_plugin.osx.x86_64.release.dylib-${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user