gcov script improvements
This commit is contained in:
parent
58e7738718
commit
b135d3ce30
|
@ -0,0 +1 @@
|
|||
This runs on a separate unix Jenkins instance.
|
|
@ -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
|
Loading…
Reference in New Issue