Skip to content
Snippets Groups Projects

Full rebase of Marco's changes

Open Simon Schuster requested to merge marcos-full-changes-rebased into master
2 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
2
thesisPDF:
image: tianon/latex
script:
- apt-get update -qq && apt-get install -y -qq python-pygments
- make
artifacts:
when: always
@@ -30,7 +31,7 @@ thesisPDF:
before_script:
- ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
- export DEBIAN_FRONTEND=noninteractive
- apt-get update -qq && apt-get install -y -qq make texlive-full latexmk biber
- apt-get update -qq && apt-get install -y -qq make texlive-full latexmk biber python-pygments
archlinuxRolling:
image: archlinux:base-devel
@@ -42,7 +43,8 @@ archlinuxRolling:
pacman -Syu --noconfirm && \
pacman -S --noconfirm \
texlive-most \
biber
biber \
python-pygments
# Ensure that biber is in PATH from now on
- source /etc/profile
Loading