Skip to content

Commit 97c181a

Browse files
authored
Merge pull request #832 from aaronfranke/3.x-ci
2 parents 02333f8 + 6271489 commit 97c181a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
platform: linux
1515
artifact-name: godot-cpp-linux-glibc2.27-x86_64-release
1616
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
1919

2020
- name: 🏁 Windows (x86_64, MSVC)
2121
os: windows-2019
@@ -36,7 +36,7 @@ jobs:
3636
artifact-name: godot-cpp-macos-universal-release
3737
artifact-path: bin/libgodot-cpp.osx.release.64.a
3838
flags: macos_arch=universal
39-
godot_zip: Godot_v3.4-stable_osx.universal.zip
39+
godot_zip: Godot_v3.5-stable_osx.universal.zip
4040
executable: Godot.app/Contents/MacOS/Godot
4141

4242
- name: 🤖 Android (arm64)
@@ -94,7 +94,7 @@ jobs:
9494
- name: Run test GDNative library
9595
if: ${{ matrix.platform == 'linux' || matrix.platform == 'osx' }}
9696
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 }}
9898
unzip ${{ matrix.godot_zip }}
9999
./${{ matrix.executable }} --path test -s script.gd
100100
@@ -106,7 +106,7 @@ jobs:
106106
if-no-files-found: error
107107

108108
static-checks:
109-
name: Static Checks (clang-format)
109+
name: 📊 Static Checks (clang-format)
110110
runs-on: ubuntu-20.04
111111
steps:
112112
- name: Checkout

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Misc
2+
gen/*
23
logs/*
34
*.log
45

0 commit comments

Comments
 (0)