mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-10 05:42:37 +02:00
Temporarily disable werror=yes in the ios github action.
This commit is contained in:
parent
44f66b5106
commit
5f7eaa25d7
3
.github/workflows/ios_builds.yml
vendored
3
.github/workflows/ios_builds.yml
vendored
@ -2,9 +2,10 @@ name: 🍏 iOS Builds
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
# Global Settings
|
# Global Settings
|
||||||
|
# werror=yes -> TODO move from sprintf() to snprintf() due to deprecation, so this can be re-enabled.
|
||||||
env:
|
env:
|
||||||
PANDEMONIUM_BASE_BRANCH: master
|
PANDEMONIUM_BASE_BRANCH: master
|
||||||
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes
|
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-ios
|
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-ios
|
||||||
|
Loading…
Reference in New Issue
Block a user