Disable werrors=yes for some of the platforms for github actions.

This commit is contained in:
Relintai 2022-03-16 11:10:14 +01:00
parent 5bed07c55d
commit 32c41c8c98
3 changed files with 9 additions and 3 deletions

View File

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

View File

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

View File

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