docs
This commit is contained in:
parent
1aa51c25f2
commit
3247df5657
|
@ -1,5 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
#
|
||||
# this one used by github actions
|
||||
# this scripts replaces run_gcov.sh
|
||||
#
|
||||
|
||||
rm -rf gcov_working_area
|
||||
|
||||
mkdir gcov_working_area
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
|
||||
echo TL,DR: gcov does NOT work on windows!
|
||||
exit
|
||||
|
||||
rm -rf gcov_working_area
|
||||
|
||||
mkdir gcov_working_area
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
#
|
||||
# this script is now replaced by ci_gcov.sh which is executed by Github actions
|
||||
# this script is part of the legacy non-github jenkins which is no longer needed
|
||||
#
|
||||
|
||||
rm -rf gcov_working_area
|
||||
|
||||
mkdir gcov_working_area
|
||||
|
|
Loading…
Reference in New Issue