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 21
21
sudo apt-get update -qq
22
22
sudo apt-get install -qqq build-essential pkg-config
23
23
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
26
24
27
25
- name : Build godot-cpp
28
26
run : |
35
33
path : bin/libgodot-cpp.linux.release.64.a
36
34
if-no-files-found : error
37
35
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
-
46
36
windows-msvc :
47
37
name : Build (Windows, MSVC)
48
38
runs-on : windows-2019
@@ -123,8 +113,6 @@ jobs:
123
113
- name : Install dependencies
124
114
run : |
125
115
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
128
116
129
117
- name : Build godot-cpp
130
118
run : |
@@ -137,14 +125,6 @@ jobs:
137
125
path : bin/libgodot-cpp.osx.release.64.a
138
126
if-no-files-found : error
139
127
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
-
148
128
macos-arm64 :
149
129
name : Build (macOS, Clang, cross-compile arm64)
150
130
runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments