Skip to content
Snippets Groups Projects
Commit bbd9b359 authored by tuhe's avatar tuhe
Browse files

CI/CD

parent 546b4f03
Branches
No related tags found
No related merge requests found
Pipeline #7451 failed
......@@ -74,8 +74,10 @@ stages:
- pwd
- apt-get install -y software-properties-common
- add-apt-repository universe
- sed -i "/^# deb.*multiverse/ s/^# //" /etc/apt/sources.list
- sed -i "/^# deb.*universe/ s/^# //" /etc/apt/sources.list
- add-apt-repository ppa:inkscape.dev/stable
- apt-get update
- apt-get -y update
- apt install -y inkscape
- pip install -U Pillow
- pip install -e ./
......
<html><body>
<h1>Stuff here</h1>
<table border="1">
<tr><td>What?</td><td>Current run</td><td>Expected</td></tr>
<tr><td>Index before svg update (index_a.png)</td><td><img src="test_images/index_a.png"></td><td><img src="expected/index_a.png"></td></tr>
<tr><td>Index after svg update (index_b.png)</td><td><img src="test_images/index_b.png"></td><td><img src="expected/index_b.png"></td></tr>
<tr></tr>
</table>
</body></html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment