gcov script improvements

This commit is contained in:
rusefi 2020-04-21 17:33:29 -04:00
parent 58e7738718
commit b135d3ce30
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
This runs on a separate unix Jenkins instance.

8
misc/jenkins/gcov/run.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/bash
. /home/jenkins.secrets
echo $RUSEFI_DOXYGEN_FTP_USER
cd unit_tests
chmod +x run*sh
git submodule update --init
./run_clean_gcov.sh