Update tests

- Enable tests for osx.universal platform.
- Export HTML5 (but skip upload as .cast files aren't exported
  properly).
- HACK: Use HTML5 export to generate .import directory for tests
  This way we don't get an error message even if using
  `continue-on-error` set to `true`.
This commit is contained in:
Leroy Hopson 2021-07-20 07:27:07 +07:00
parent 10983653c6
commit 16d231fc63
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
5 changed files with 231 additions and 98 deletions

View file

@ -5,7 +5,7 @@ platform="HTML5"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter="addons/godot_xterm/themes/fonts/hack/hack_regular-3.003.ttf"
include_filter="*.cast, addons/godot_xterm/themes/fonts/hack/hack_regular-3.003.ttf"
exclude_filter="misc/*, **/thirdparty/*, **/unifont/*, **/nerd_fonts/*, **/noto_color_emoji/*, *bold*.ttf, *italic*.ttf"
export_path="docs/demo/index.html"
script_export_mode=1