We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c9bc5 commit b2b1756Copy full SHA for b2b1756
2 files changed
.github/workflows/test.yml
@@ -47,14 +47,11 @@ jobs:
47
touch _sc_
48
env:
49
GODOT_RELEASE_URL: https://github.com/godotengine/godot/releases/download/3.5.1-stable/Godot_v3.5.1-stable_win64.exe.zip
50
- - name: Setup wine
51
- run: wineboot
52
- name: Build and test
53
run: make test-mingw-windows64
54
55
CC: gcc
56
GODOT_BIN: wine godot.exe
57
- HOME:
58
APPDATA:
59
60
test_osx:
src/tools/project.godot
@@ -5,6 +5,8 @@ config_version=4
5
[application]
6
7
config/name="godot-lua-pluginscript-unittest"
8
+config/use_custom_user_dir=true
9
+config/custom_user_dir_name="testdir"
10
11
[gdnative]
12
0 commit comments