Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PandocPlusPlus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jonas Zohren
PandocPlusPlus
Commits
c77a96a1
Commit
c77a96a1
authored
Jul 3, 2022
by
Jonas Zohren
Browse files
Options
Downloads
Patches
Plain Diff
Boah ey, fonts!
parent
f2176093
No related branches found
No related tags found
No related merge requests found
Pipeline
#88896
passed
Jul 3, 2022
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-19
0 additions, 19 deletions
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
20 deletions
.gitlab-ci.yml
+
0
−
19
View file @
c77a96a1
stages
:
stages
:
-
prepare
-
build
-
build
fonts
:
stage
:
prepare
image
:
alpine
script
:
-
apk add --no-cache tar unzip xz wget
-
wget -O iosevka-funke.tar.xz https://config.pages.eisfunke.com/iosevka/iosevka-funke.tar.xz
-
wget -O zilla-slab.zip https://github.com/mozilla/zilla-slab/releases/download/v1.002/Zilla-Slab-Fonts-v1.002.zip
-
wget -O raleway.tar.xz https://github.com/theleagueof/raleway/releases/download/4.101/Raleway-4.101.tar.xz
-
tar -xf iosevka-funke.tar.xz
-
tar -xf raleway.tar.xz
-
unzip zilla-slab.zip
-
mkdir fonts
-
mv /ttf/*.ttf fonts
-
mv zilla-slab/otf/*.otf fonts
-
mv Raleway-4.101/static/OTF/*.otf fonts
artifacts
:
paths
:
-
fonts
build-latest
:
build-latest
:
stage
:
build
stage
:
build
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
c77a96a1
...
@@ -3,6 +3,6 @@ LABEL maintainer="Jonas Zohren"
...
@@ -3,6 +3,6 @@ LABEL maintainer="Jonas Zohren"
RUN
pacman
-Syu
--noconfirm
RUN
pacman
-Syu
--noconfirm
RUN
pacman
-S
--noconfirm
--needed
\
RUN
pacman
-S
--noconfirm
--needed
\
git
\
extra/
git
\
extra/adobe-source-sans-fonts
\
extra/adobe-source-sans-fonts
\
extra/adobe-source-serif-fonts
extra/adobe-source-serif-fonts
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment