Add more everything (#13)

This commit is contained in:
Rafał Mikrut
2020-12-26 10:41:59 +01:00
committed by GitHub
parent 06aff2eae0
commit 5f93f7cedb
17 changed files with 2910 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
name: 🐧 Linux Builds 1h
name: 🐧 Long 1h
on: [push, pull_request]
jobs:

View File

@@ -1,4 +1,4 @@
name: 🐧 Linux Builds
name: 🐧 Required Build
on: [push, pull_request]
jobs:

View File

@@ -1,4 +1,4 @@
name: 🐧 Linux Builds Stress 1m
name: 🐧 Stress 2h
on: [push, pull_request]
jobs:
@@ -70,7 +70,7 @@ jobs:
DRI_PRIME=0 xvfb-run ./godot.x11.tools.64s --audio-driver Dummy -e -q --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
misc/check_ci_log.py sanitizers_log.txt || true
echo "-------------------- RUN PROJECT -----------------------"
DRI_PRIME=0 xvfb-run ./godot.x11.tools.64s 60 --audio-driver Dummy --video-driver GLES3 --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
DRI_PRIME=0 xvfb-run ./godot.x11.tools.64s 7200 --audio-driver Dummy --video-driver GLES3 --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
misc/check_ci_log.py sanitizers_log.txt || true
# # Export project and run it to check for possible leaks and invalid memory usage

View File

@@ -1,4 +1,4 @@
name: 🐧 Linux Builds Stress 1m
name: 🐧 Thread Sanitizer 2h
on: [push, pull_request]
jobs:
@@ -66,7 +66,7 @@ jobs:
echo "-------------------- OPEN EDITOR SECOND TIME TO BE SURE THAT EVERYTHING WAS IMPORTED -----------------------"
DRI_PRIME=0 xvfb-run ./godot.x11.tools.64.llvms --audio-driver Dummy -e -q --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
echo "-------------------- RUN PROJECT -----------------------"
DRI_PRIME=0 xvfb-run ./godot.x11.tools.64.llvms 1800 --audio-driver Dummy --video-driver GLES3 --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
DRI_PRIME=0 xvfb-run ./godot.x11.tools.64.llvms 7200 --audio-driver Dummy --video-driver GLES3 --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
# # Export project and run it to check for possible leaks and invalid memory usage
# - name: Exporting and running project