Skip to content
Snippets Groups Projects
Commit 52f6fc1e authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

All of the subprojects need to generate a report, otherwise Jenkins will be sad.

parent 6d22a583
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.
Finish editing this message first!
Please register or to comment