This website works better with JavaScript.
Home
Help
Sign In
alinz
/
master-thesis
mirror of
https://github.com/klingtnet/master-thesis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
9
Wiki
Activity
Browse Source
Add Circle CI configuration
master
Andreas Linz
4 years ago
parent
5093d6f757
commit
b258221651
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
circle.yml
+ 8
- 0
circle.yml
View File
@ -0,0 +1,8 @@
dependencies:
post:
-
sudo apt-get -qq update
-
sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra texlive-fonts-extra texlive-math-extra texlive-xetex biber lmodern fonts-linuxlibertine curl bsdtar pandoc make rsync
-
mkdir -p ~/.fonts && cp fonts/* ~/.fonts && sudo fc-cache -fsrv
test:
override:
-
make
Write
Preview
Loading…
Cancel
Save