Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Sublime Music
Sublime Music
Commits
ba98f124
Verified
Commit
ba98f124
authored
Feb 20, 2020
by
Sumner Evans
💬
Browse files
Actually fix the Iosevka font problem in the build_logo step
parent
bb012b70
Pipeline
#119792385
passed with stages
in 11 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
.gitlab-ci.yml
.gitlab-ci.yml
+3
-4
No files found.
.gitlab-ci.yml
View file @
ba98f124
...
...
@@ -50,10 +50,9 @@ build_logo:
stage
:
build
before_script
:
-
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
-
wget 'https://github.com/be5invis/Iosevka/releases/download/v2.3.3/01-iosevka-2.3.3.zip'
-
unzip -d iosevka 01-iosevka-2.3.3.zip
-
mkdir -p ~/.fonts && cp -r iosevka/* ~/.fonts && fc-cache -f
script
:
-
cd docs/logo
-
make
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment