Merge pull request #48019 from akien-mga/3.x-ci-BASE_BRANCH

CI: Bump BASE_BRANCH from 3.2 to 3.x
This commit is contained in:
Rémi Verschelde 2021-04-19 16:19:13 +02:00 committed by GitHub
commit bb10729c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@ on: [push, pull_request]
# Global Settings
env:
GODOT_BASE_BRANCH: 3.2
GODOT_BASE_BRANCH: 3.x
SCONSFLAGS: platform=android verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2
SCONS_CACHE_LIMIT: 4096
ANDROID_NDK_VERSION: 21.1.6352462

View file

@ -3,7 +3,7 @@ on: [push, pull_request]
# Global Settings
env:
GODOT_BASE_BRANCH: 3.2
GODOT_BASE_BRANCH: 3.x
SCONSFLAGS: platform=iphone verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2
SCONS_CACHE_LIMIT: 4096

View file

@ -3,7 +3,7 @@ on: [push, pull_request]
# Global Settings
env:
GODOT_BASE_BRANCH: 3.2
GODOT_BASE_BRANCH: 3.x
SCONSFLAGS: platform=javascript verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2
SCONS_CACHE_LIMIT: 4096
EM_VERSION: 1.39.20

View file

@ -3,7 +3,7 @@ on: [push, pull_request]
# Global Settings
env:
GODOT_BASE_BRANCH: 3.2
GODOT_BASE_BRANCH: 3.x
SCONSFLAGS: platform=linuxbsd verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2
SCONS_CACHE_LIMIT: 4096

View file

@ -3,7 +3,7 @@ on: [push, pull_request]
# Global Settings
env:
GODOT_BASE_BRANCH: 3.2
GODOT_BASE_BRANCH: 3.x
SCONSFLAGS: platform=osx verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2
SCONS_CACHE_LIMIT: 4096

View file

@ -3,7 +3,7 @@ on: [push, pull_request]
# Global Cache Settings
env:
GODOT_BASE_BRANCH: 3.2
GODOT_BASE_BRANCH: 3.x
SCONSFLAGS: platform=server verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2
SCONS_CACHE_LIMIT: 4096

View file

@ -4,7 +4,7 @@ on: [push, pull_request]
# Global Settings
# SCONS_CACHE for windows must be set in the build environment
env:
GODOT_BASE_BRANCH: 3.2
GODOT_BASE_BRANCH: 3.x
SCONSFLAGS: platform=windows verbose=yes warnings=all werror=yes debug_symbols=no --jobs=2
SCONS_CACHE_MSVC_CONFIG: true
SCONS_CACHE_LIMIT: 4096