Implement Client CI/CD

Enable debug export

Push build dir instead of artifact

Lots of debugging stuff

Use debug export branch

Client pipeline debugging...

Client pipeline debugging...

Client pipeline debugging...

Client pipeline debugging...

Client pipeline debugging...

Client pipeline debugging...

Client pipeline debugging...

Client pipeline debugging...

Client pipeline debugging...

Client pipeline debugging...

Client pipeline debugging...

Cleanup and publish
This commit is contained in:
2020-05-03 20:25:18 -04:00
parent 95d52a8866
commit 3b5ca90cfb
4 changed files with 64 additions and 27 deletions

3
client/.gitignore vendored
View File

@ -1 +1,2 @@
builds
builds
templates

View File

@ -1,6 +1,6 @@
[preset.0]
name="Linux/X11"
name="linux"
platform="Linux/X11"
runnable=true
custom_features=""
@ -21,28 +21,5 @@ texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true
binary_format/embed_pck=false
custom_template/release="/var/home/vetra/Projects/godot-enet/bin/godot.x11.opt.64"
custom_template/debug="/var/home/vetra/Projects/godot-enet/bin/godot.x11.opt.debug.64"
[preset.1]
name="HTML5"
platform="HTML5"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="builds/client.html"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
[preset.1.options]
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/custom_html_shell=""
html/head_include=""
custom_template/release=""
custom_template/debug=""
custom_template/release="templates/linux"
custom_template/debug="templates/linux"