mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Re-enable werrors in all the github actions.
This commit is contained in:
parent
69af01b0c6
commit
923370a68e
@ -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
|
||||
|
4
.github/workflows/android_builds.yml
vendored
4
.github/workflows/android_builds.yml
vendored
@ -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
|
||||
|
4
.github/workflows/ios_builds.yml
vendored
4
.github/workflows/ios_builds.yml
vendored
@ -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
|
||||
|
4
.github/workflows/javascript_builds.yml
vendored
4
.github/workflows/javascript_builds.yml
vendored
@ -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"
|
||||
|
||||
|
4
.github/workflows/macos_builds.yml
vendored
4
.github/workflows/macos_builds.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user