File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 74
74
- name : 🤖 Android (arm64)
75
75
os : ubuntu-22.04
76
76
platform : android
77
- config-flags : - DCMAKE_BUILD_TYPE=Release
77
+ config-flags : -G Ninja - DCMAKE_BUILD_TYPE=Release --toolchain ${ANDROID_HOME}/ndk/23.2.8568313/build/cmake/android.toolchain.cmake -DANDROID_PLATFORM=21
78
78
artifact-name : godot-cpp-android-arm64-release.cmake
79
79
artifact-path : cmake-build/bin/libgodot-cpp.android.template_release.arm64.a
80
80
flags : arch=arm64
@@ -83,16 +83,18 @@ jobs:
83
83
- name : 🍏 iOS (arm64)
84
84
os : macos-latest
85
85
platform : ios
86
- config-flags : -DCMAKE_BUILD_TYPE=Release
86
+ config-flags : -G Xcode -DCMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_ALLOWED=NO - DCMAKE_BUILD_TYPE=Release
87
87
artifact-name : godot-cpp-ios-arm64-release.cmake
88
88
artifact-path : cmake-build/bin/libgodot-cpp.ios.template_release.arm64.a
89
89
flags : arch=arm64
90
90
run-tests : false
91
91
92
+
93
+
92
94
- name : 🌐 Web (wasm32)
93
95
os : ubuntu-22.04
94
96
platform : web
95
- config-flags : -DCMAKE_BUILD_TYPE=Release
97
+ config-flags : -G Ninja - DCMAKE_BUILD_TYPE=Release --toolchain ${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake
96
98
artifact-name : godot-cpp-web-wasm32-release.cmake
97
99
artifact-path : cmake-build/bin/libgodot-cpp.web.template_release.wasm32.a
98
100
run-tests : false
You can’t perform that action at this time.
0 commit comments