mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
[Web] Enable the closure compiler in CI
Also fixes some JSDoc annotations in GodotAudio
This commit is contained in:
parent
26f17c33a5
commit
96feb924e8
2 changed files with 9 additions and 14 deletions
2
.github/workflows/web_builds.yml
vendored
2
.github/workflows/web_builds.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
env:
|
||||
# Used for the cache key. Add version suffix to force clean build.
|
||||
GODOT_BASE_BRANCH: master
|
||||
SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no
|
||||
SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no use_closure_compiler=yes
|
||||
EM_VERSION: 3.1.59
|
||||
EM_CACHE_FOLDER: "emsdk-cache"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue