CI: Update Godot binary to 3.4-stable for tests

pull/665/head
Rémi Verschelde 2021-12-02 10:32:56 +01:00
parent 68ce78179f
commit a0f2ab1f31
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 5 additions and 5 deletions

View File

@ -21,8 +21,8 @@ jobs:
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -qqq build-essential pkg-config sudo apt-get install -qqq build-essential pkg-config
python -m pip install scons python -m pip install scons
curl -LO https://downloads.tuxfamily.org/godotengine/3.3.3/Godot_v3.3.3-stable_linux_server.64.zip curl -LO https://downloads.tuxfamily.org/godotengine/3.4/Godot_v3.4-stable_linux_server.64.zip
unzip Godot_v3.3.3-stable_linux_server.64.zip unzip Godot_v3.4-stable_linux_server.64.zip
- name: Build godot-cpp - name: Build godot-cpp
run: | run: |
@ -41,7 +41,7 @@ jobs:
- name: Run test GDNative library - name: Run test GDNative library
run: | run: |
./Godot_v3.3.3-stable_linux_server.64 --path test -s script.gd ./Godot_v3.4-stable_linux_server.64 --path test -s script.gd
windows-msvc: windows-msvc:
name: Build (Windows, MSVC) name: Build (Windows, MSVC)
@ -123,8 +123,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install scons python -m pip install scons
curl -LO https://downloads.tuxfamily.org/godotengine/3.3.3/Godot_v3.3.3-stable_osx.universal.zip curl -LO https://downloads.tuxfamily.org/godotengine/3.4/Godot_v3.4-stable_osx.universal.zip
unzip Godot_v3.3.3-stable_osx.universal.zip unzip Godot_v3.4-stable_osx.universal.zip
- name: Build godot-cpp - name: Build godot-cpp
run: | run: |