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

CI/CD

parent bbd9b359
No related branches found
No related tags found
No related merge requests found
Pipeline #7452 failed
...@@ -73,11 +73,11 @@ stages: ...@@ -73,11 +73,11 @@ stages:
- apt install -y xvfb # Virtual framebuffer for GL stuff. - apt install -y xvfb # Virtual framebuffer for GL stuff.
- pwd - pwd
- apt-get install -y software-properties-common - apt-get install -y software-properties-common
- apt-get -y update
- add-apt-repository universe - add-apt-repository universe
- sed -i "/^# deb.*multiverse/ s/^# //" /etc/apt/sources.list - sed -i "/^# deb.*multiverse/ s/^# //" /etc/apt/sources.list
- sed -i "/^# deb.*universe/ s/^# //" /etc/apt/sources.list - sed -i "/^# deb.*universe/ s/^# //" /etc/apt/sources.list
- add-apt-repository ppa:inkscape.dev/stable - add-apt-repository ppa:inkscape.dev/stable
- apt-get -y update
- apt install -y inkscape - apt install -y inkscape
- pip install -U Pillow - pip install -U Pillow
- pip install -e ./ - pip install -e ./
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment