Re-enable werrors in all the github actions.

This commit is contained in:
Relintai 2022-03-24 12:01:40 +01:00
parent 69af01b0c6
commit 923370a68e
5 changed files with 5 additions and 15 deletions

View File

@ -2,11 +2,9 @@ name: 🤖 Android Editor Builds
on: [push, pull_request]
# Global Settings
# disable werrors for now
# werror=yes
env:
PANDEMONIUM_BASE_BRANCH: master
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-android

View File

@ -2,11 +2,9 @@ name: 🤖 Android Builds
on: [push, pull_request]
# Global Settings
# disable werrors for now
# werror=yes
env:
PANDEMONIUM_BASE_BRANCH: master
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-android

View File

@ -2,11 +2,9 @@ name: 🍏 iOS Builds
on: [push, pull_request]
# Global Settings
# disable werrors for now
# werror=yes
env:
PANDEMONIUM_BASE_BRANCH: master
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-ios

View File

@ -2,11 +2,9 @@ name: 🌐 JavaScript Builds
on: [push, pull_request]
# Global Settings
# disable werrors for now
# werror=yes
env:
PANDEMONIUM_BASE_BRANCH: master
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes
EM_VERSION: 2.0.25
EM_CACHE_FOLDER: "emsdk-cache"

View File

@ -2,11 +2,9 @@ name: 🍎 macOS Builds
on: [push, pull_request]
# Global Settings
# disable werrors for now
# werror=yes
env:
PANDEMONIUM_BASE_BRANCH: master
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-macos