mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-14 07:40:48 +02: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
|
# Global Settings
|
||||||
env:
|
env:
|
||||||
PANDEMONIUM_BASE_BRANCH: master
|
PANDEMONIUM_BASE_BRANCH: master
|
||||||
#werror=yes
|
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes
|
||||||
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no
|
|
||||||
EM_VERSION: 3.1.18
|
EM_VERSION: 3.1.18
|
||||||
EM_CACHE_FOLDER: "emsdk-cache"
|
EM_CACHE_FOLDER: "emsdk-cache"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user