Download font for build_logo job

This commit is contained in:
Sumner Evans
2020-02-11 16:41:39 -07:00
parent a8ad114b90
commit c59e015afd

View File

@@ -49,7 +49,11 @@ build_logo:
image: ubuntu:19.10
stage: build
before_script:
- apt update && apt install -y inkscape make
- apt update && apt install -y inkscape make wget unzip
- wget 'https://github.com/be5invis/Iosevka/releases/download/v2.2.0/02-iosevka-term-2.2.0.zip'
- unzip -d iosevka 02-iosevka-term-2.2.0.zip
- mkdir -p ~/.fonts
- cp -r iosevka/* ~/.fonts
script:
- cd docs/logo
- make