Skip to content

Commit

Permalink
FFG
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Dec 18, 2020
1 parent 958a0f0 commit 99f5cf7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/linux_builds_jarjar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,11 @@ jobs:
- name: Use Godot
run: |
echo "-------------------- OPEN EDITOR TO IMPORT PROJECT -----------------------"
DRI_PRIME=0 timeout 25s xvfb-run ./godot.linuxbsd.tools.64s --rendering-driver GLES2
--audio-driver Dummy -e --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
DRI_PRIME=0 timeout 25s xvfb-run ./godot.linuxbsd.tools.64s --rendering-driver GLES2 --audio-driver Dummy -e --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
misc/check_ci_log.py sanitizers_log.txt
echo "-------------------- OPEN EDITOR SECOND TIME TO BE SURE THAT EVERYTHING WAS IMPORTED -----------------------"
DRI_PRIME=0 xvfb-run ./godot.linuxbsd.tools.64s --rendering-driver GLES2
--audio-driver Dummy -e -q --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
DRI_PRIME=0 xvfb-run ./godot.linuxbsd.tools.64s --rendering-driver GLES2 --audio-driver Dummy -e -q --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
misc/check_ci_log.py sanitizers_log.txt
echo "-------------------- RUN PROJECT -----------------------"
DRI_PRIME=0 xvfb-run ./godot.linuxbsd.tools.64s 60 --rendering-driver GLES2
--audio-driver Dummy --video-driver GLES3 --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
DRI_PRIME=0 xvfb-run ./godot.linuxbsd.tools.64s 60 --rendering-driver GLES2 --audio-driver Dummy --video-driver GLES3 --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
misc/check_ci_log.py sanitizers_log.txt

0 comments on commit 99f5cf7

Please sign in to comment.