5050 - name : 🐧 Linux (GCC, Makefiles) for Godot 4.6
5151 os : ubuntu-22.04
5252 platform : linux
53- api-version : 4.6
5453 config-flags :
5554 -DCMAKE_BUILD_TYPE=Release
5655 -DGODOTCPP_API_VERSION=4.6
9998 godot-master-workflow : macos_builds.yml
10099 godot-master-artifact : macos-editor
101100
101+ # Non-test platforms
102102 - name : 🤖 Android (arm64, Ninja)
103103 os : ubuntu-22.04
104104 platform : android
@@ -108,8 +108,6 @@ jobs:
108108 -DANDROID_PLATFORM=24 -DANDROID_ABI=arm64-v8a
109109 artifact-name : godot-cpp-android-arm64-cmake-release
110110 artifact-path : cmake-build/bin/libgodot-cpp.android.template_release.arm64.a
111- flags : arch=arm64
112- run-tests : false
113111
114112 - name : 🍏 iOS (arm64, XCode)
115113 os : macos-latest
@@ -121,8 +119,6 @@ jobs:
121119 build-flags : --config Release
122120 artifact-name : godot-cpp-ios-arm64-cmake-release
123121 artifact-path : cmake-build/bin/libgodot-cpp.ios.template_release.arm64.a
124- flags : arch=arm64
125- run-tests : false
126122
127123 - name : 🌐 Web (wasm32, Ninja)
128124 os : ubuntu-22.04
@@ -132,7 +128,6 @@ jobs:
132128 --toolchain ${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake
133129 artifact-name : godot-cpp-web-wasm32-cmake-release
134130 artifact-path : cmake-build/bin/libgodot-cpp.web.template_release.wasm32.a
135- run-tests : false
136131
137132 steps :
138133 - name : Checkout
@@ -207,14 +202,6 @@ jobs:
207202 env :
208203 GITHUB_STEP_SUMMARY : ${{ env.GITHUB_STEP_SUMMARY }}
209204
210- - name : Upload test metrics
211- if : matrix.run-tests
212- uses : actions/upload-artifact@v7
213- with :
214- name : test-metrics-${{ matrix.name }}
215- path : test/test-metrics.json
216- if-no-files-found : ignore
217-
218205 - name : Upload artifact
219206 uses : actions/upload-artifact@v7
220207 with :
0 commit comments