Output more information when setting up for export

This commit is contained in:
Kienan Stewart 2018-04-08 12:29:44 -04:00
parent 4acb527555
commit 8ce207edc6
1 changed files with 2 additions and 0 deletions

View File

@ -17,9 +17,11 @@ job make exports:
- mv Godot_v3.0.2-stable_linux_server.64 bin/godot3-server
- chmod +x bin/godot3-server
- df -h
- whoami
- mkdir -p ~/.cache
- mkdir -p ~/.config/godot
- WGET_ARGS='' make install-templates
- find ~/.local/share/godot
script:
- GODOT=./bin/godot3-server make export-all
after_script: