From b7bd4cc49e6aa279e1699ebf54e068f21a24a6be Mon Sep 17 00:00:00 2001 From: qarmin Date: Mon, 26 Jul 2021 10:43:16 +0200 Subject: [PATCH] CI different step --- .github/workflows/linux_builds_swiftshader_thread.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_builds_swiftshader_thread.yml b/.github/workflows/linux_builds_swiftshader_thread.yml index 7a767a4..5008e90 100644 --- a/.github/workflows/linux_builds_swiftshader_thread.yml +++ b/.github/workflows/linux_builds_swiftshader_thread.yml @@ -62,12 +62,15 @@ jobs: curr="$(pwd)/libvk_swiftshader.so" sed -i "s|PATH_TO_CHANGE|$curr|" vk_swiftshader_icd.json - - name: Use Godot + - name: Open Editor run: | - sed -i "s|NUMBER_OF_INSTANCES : int = 1|NUMBER_OF_INSTANCES : int = 10|" Start.gd echo "-------------------- OPEN EDITOR -----------------------" VK_ICD_FILENAMES=$(pwd)/vk_swiftshader_icd.json DRI_PRIME=0 xvfb-run ./godot.linuxbsd.tools.64.llvms --audio-driver Dummy -e -q --path $(pwd) 2>&1 | tee sanitizers_log.txt || true misc/check_ci_log.py sanitizers_log.txt + + - name: Use Godot + run: | + sed -i "s|NUMBER_OF_INSTANCES : int = 1|NUMBER_OF_INSTANCES : int = 2|" Start.gd echo "-------------------- RUN PROJECT -----------------------" VK_ICD_FILENAMES=$(pwd)/vk_swiftshader_icd.json DRI_PRIME=0 xvfb-run ./godot.linuxbsd.tools.64.llvms 3600 --audio-driver Dummy --path $(pwd) 2>&1 | tee sanitizers_log.txt || true misc/check_ci_log.py sanitizers_log.txt