File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 2121 sudo apt-get update -qq
2222 sudo apt-get install -qqq build-essential pkg-config
2323 python -m pip install scons
24- curl -LO https://downloads.tuxfamily.org/godotengine/3.3.3/Godot_v3.3.3-stable_linux_server.64.zip
25- unzip Godot_v3.3.3-stable_linux_server.64.zip
2624
2725 - name : Build godot-cpp
2826 run : |
3533 path : bin/libgodot-cpp.linux.release.64.a
3634 if-no-files-found : error
3735
38- - name : Build test GDNative library
39- run : |
40- scons target=release platform=linux bits=64 -j $(nproc) -C test
41-
42- - name : Run test GDNative library
43- run : |
44- ./Godot_v3.3.3-stable_linux_server.64 --path test -s script.gd
45-
4636 windows-msvc :
4737 name : Build (Windows, MSVC)
4838 runs-on : windows-2019
@@ -123,8 +113,6 @@ jobs:
123113 - name : Install dependencies
124114 run : |
125115 python -m pip install scons
126- curl -LO https://downloads.tuxfamily.org/godotengine/3.3.3/Godot_v3.3.3-stable_osx.universal.zip
127- unzip Godot_v3.3.3-stable_osx.universal.zip
128116
129117 - name : Build godot-cpp
130118 run : |
@@ -137,14 +125,6 @@ jobs:
137125 path : bin/libgodot-cpp.osx.release.64.a
138126 if-no-files-found : error
139127
140- - name : Build test GDNative library
141- run : |
142- scons target=release platform=osx bits=64 -j $(sysctl -n hw.logicalcpu) -C test
143-
144- - name : Run test GDNative library
145- run : |
146- ./Godot.app/Contents/MacOS/Godot --path test -s script.gd
147-
148128 macos-arm64 :
149129 name : Build (macOS, Clang, cross-compile arm64)
150130 runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments