mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Re-enable werror=yes in the javascript github action.
This commit is contained in:
parent
326bd9a1e9
commit
1fc3c67ab5
3
.github/workflows/javascript_builds.yml
vendored
3
.github/workflows/javascript_builds.yml
vendored
@ -4,8 +4,7 @@ on: [push, pull_request]
|
||||
# Global Settings
|
||||
env:
|
||||
PANDEMONIUM_BASE_BRANCH: master
|
||||
#werror=yes
|
||||
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no
|
||||
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes
|
||||
EM_VERSION: 3.1.18
|
||||
EM_CACHE_FOLDER: "emsdk-cache"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user