1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

CI: Refactor build workflows to use SCONSFLAGS

This commit is contained in:
Andrii Doroshenko (Xrayez)
2020-10-09 23:18:51 +03:00
parent eb3d7f29be
commit 2946535a6f
6 changed files with 22 additions and 16 deletions

View File

@@ -1,9 +1,10 @@
name: 🍏 iOS Builds
on: [push, pull_request]
# Global Cache Settings
# Global Settings
env:
GODOT_BASE_BRANCH: master
SCONSFLAGS: platform=iphone verbose=yes warnings=all werror=yes --jobs=2
SCONS_CACHE_LIMIT: 4096
jobs:
@@ -47,7 +48,7 @@ jobs:
env:
SCONS_CACHE: ${{github.workspace}}/.scons_cache/
run: |
scons -j2 verbose=yes warnings=all werror=yes platform=iphone target=release tools=no
scons target=release tools=no
ls -l bin/
- uses: actions/upload-artifact@v2