Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Reform
reform-handbook
Commits
94c194c4
Commit
94c194c4
authored
Nov 27, 2020
by
minute
Browse files
Update .gitlab-ci.yml
parent
5010fb3f
Pipeline
#6
failed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
94c194c4
...
...
@@ -6,12 +6,12 @@ image: blang/latex
build
:
script
:
-
apt install python3-pip texlive-xetex texlive-latex-extra pandoc wget unzip
-
wget https://github.com/rsms/inter/releases/download/v3.15/Inter-3.15.zip
-
mkdir -p ~/.local/share/fonts
-
unzip Inter-3.15.zip
-
mv 'Inter Desktop' ~/.local/share/fonts/
-
fc-cache ~/.local/share/fonts
-
apt install python3-pip texlive-xetex texlive-latex-extra pandoc
-
pip3 install sphinx
-
cd src/source
-
./build-pdf-book.sh
...
...
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