You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
[Web] Enable the closure compiler in CI
Also fixes some JSDoc annotations in GodotAudio
This commit is contained in:
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user