File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 14
14
platform : linux
15
15
artifact-name : godot-cpp-linux-glibc2.27-x86_64-release
16
16
artifact-path : bin/libgodot-cpp.linux.release.64.a
17
- godot_zip : Godot_v3.4 -stable_linux_server.64.zip
18
- executable : Godot_v3.4 -stable_linux_server.64
17
+ godot_zip : Godot_v3.5 -stable_linux_server.64.zip
18
+ executable : Godot_v3.5 -stable_linux_server.64
19
19
20
20
- name : 🏁 Windows (x86_64, MSVC)
21
21
os : windows-2019
36
36
artifact-name : godot-cpp-macos-universal-release
37
37
artifact-path : bin/libgodot-cpp.osx.release.64.a
38
38
flags : macos_arch=universal
39
- godot_zip : Godot_v3.4 -stable_osx.universal.zip
39
+ godot_zip : Godot_v3.5 -stable_osx.universal.zip
40
40
executable : Godot.app/Contents/MacOS/Godot
41
41
42
42
- name : 🤖 Android (arm64)
94
94
- name : Run test GDNative library
95
95
if : ${{ matrix.platform == 'linux' || matrix.platform == 'osx' }}
96
96
run : |
97
- curl -LO https://downloads.tuxfamily.org/godotengine/3.4 /${{ matrix.godot_zip }}
97
+ curl -LO https://downloads.tuxfamily.org/godotengine/3.5 /${{ matrix.godot_zip }}
98
98
unzip ${{ matrix.godot_zip }}
99
99
./${{ matrix.executable }} --path test -s script.gd
100
100
@@ -106,7 +106,7 @@ jobs:
106
106
if-no-files-found : error
107
107
108
108
static-checks :
109
- name : Static Checks (clang-format)
109
+ name : 📊 Static Checks (clang-format)
110
110
runs-on : ubuntu-20.04
111
111
steps :
112
112
- name : Checkout
Original file line number Diff line number Diff line change 1
1
# Misc
2
+ gen /*
2
3
logs /*
3
4
* .log
4
5
You can’t perform that action at this time.
0 commit comments