Output more information when setting up for export
This commit is contained in:
parent
4acb527555
commit
8ce207edc6
|
@ -17,9 +17,11 @@ job make exports:
|
||||||
- mv Godot_v3.0.2-stable_linux_server.64 bin/godot3-server
|
- mv Godot_v3.0.2-stable_linux_server.64 bin/godot3-server
|
||||||
- chmod +x bin/godot3-server
|
- chmod +x bin/godot3-server
|
||||||
- df -h
|
- df -h
|
||||||
|
- whoami
|
||||||
- mkdir -p ~/.cache
|
- mkdir -p ~/.cache
|
||||||
- mkdir -p ~/.config/godot
|
- mkdir -p ~/.config/godot
|
||||||
- WGET_ARGS='' make install-templates
|
- WGET_ARGS='' make install-templates
|
||||||
|
- find ~/.local/share/godot
|
||||||
script:
|
script:
|
||||||
- GODOT=./bin/godot3-server make export-all
|
- GODOT=./bin/godot3-server make export-all
|
||||||
after_script:
|
after_script:
|
||||||
|
|
Loading…
Reference in New Issue