Skip to content
Snippets Groups Projects
Commit 9f06aba5 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #3753 from nicolasnoble/generate-all-the-reports

All of the subprojects need to generate a report, otherwise Jenkins will be sad.
parents 6d22a583 52f6fc1e
No related branches found
No related tags found
No related merge requests found
...@@ -86,3 +86,9 @@ else ...@@ -86,3 +86,9 @@ else
echo "Unknown platform $platform" echo "Unknown platform $platform"
exit 1 exit 1
fi fi
if [ ! -e reports/index.html ]
then
mkdir -p reports
echo 'No reports generated.' > reports/index.html
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment