File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
4444 # Engine is initialized in ‘nographics’ mode since we don't need any graphics for this case (--extra-editor-arg=-nographics)
4545 # In case of failure the job will be rerunned once (--reruncount=1) with clean library (--clean-library-on-rerun)
4646 # This will perform only building phase (--build-only) with a timeout of 3m (--timeout=1800)
47- - UnifiedTestRunner --suite=playmode --platform=WebGL --scripting-backend=il2cpp --testproject={{ project.path }} --editor-location=.Editor --artifacts_path=artifacts --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nolightmap --extra-editor-arg=-nographics -extra-editor-arg=-automated --reruncount=1 --clean-library-on-rerun --build-only --timeout=1800
47+ - UnifiedTestRunner --suite=playmode --platform=WebGL --scripting-backend=il2cpp --testproject={{ project.path }} --editor-location=.Editor --artifacts_path=artifacts --player-save-path=build/players --extra-editor-arg=-batchmode --category=!RequiresGPU -- extra-editor-arg=-nolightmap --extra-editor-arg=-nographics -extra-editor-arg=-automated --reruncount=1 --clean-library-on-rerun --build-only --timeout=1800
4848 artifacts :
4949 logs :
5050 paths :
You can’t perform that action at this time.
0 commit comments