Re-enable JavaScript CI (with no WebXR until fixed).

This commit is contained in:
Fabio Alessandrelli
2021-07-07 16:34:52 +02:00
parent 7431586286
commit 9a044d95fc

View File

@ -4,9 +4,9 @@ on: [push, pull_request]
# Global Settings # Global Settings
env: env:
GODOT_BASE_BRANCH: master GODOT_BASE_BRANCH: master
SCONSFLAGS: platform=javascript verbose=yes warnings=extra werror=yes debug_symbols=no --jobs=2 SCONSFLAGS: platform=javascript verbose=yes warnings=extra debug_symbols=no module_webxr_enabled=no --jobs=2
SCONS_CACHE_LIMIT: 4096 SCONS_CACHE_LIMIT: 4096
EM_VERSION: 1.39.20 EM_VERSION: 2.0.25
EM_CACHE_FOLDER: 'emsdk-cache' EM_CACHE_FOLDER: 'emsdk-cache'
jobs: jobs:
@ -62,7 +62,7 @@ jobs:
scons --version scons --version
- name: Set up Emscripten latest - name: Set up Emscripten latest
uses: mymindstorm/setup-emsdk@v6 uses: mymindstorm/setup-emsdk@v10
with: with:
version: ${{env.EM_VERSION}} version: ${{env.EM_VERSION}}
actions-cache-folder: ${{env.EM_CACHE_FOLDER}} actions-cache-folder: ${{env.EM_CACHE_FOLDER}}