Skip to content
Snippets Groups Projects

test: write a html file as artifact

Closed Wouter Deconinck requested to merge master-patch-9d2b into master
+ 2
0
@@ -124,8 +124,10 @@ summary:
- "backgrounds:results"
script:
- collect_benchmarks.py
- echo "<html><head>Summary</head><body><p>$(cat results/dis.json)</p><img src=\"dis/10on100/minQ2=1/Q2_correlation_DA_dis_10x100_minQ2=1.png\"/></body></html>" >> public/index.html
artifacts:
paths:
- public
- results/*
# reports:
# junit: ["results/dvcs/report2.xml"]
Loading