Skip to content
Snippets Groups Projects

Resolve "Add gitlab CI automatic build"

Merged Benoît Harrault requested to merge 1-add-gitlab-ci-automatic-build into master

Files

@@ -8,6 +8,10 @@ if [ -n "${DEBUG}" ]; then
@@ -8,6 +8,10 @@ if [ -n "${DEBUG}" ]; then
set -xe
set -xe
fi
fi
 
DEBIAN_FRONTEND=noninteractive
 
TZ=Europe/Paris
 
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 
# Install missing dependencies
# Install missing dependencies
apt-get update -yqq
apt-get update -yqq
apt-get install -yqq pandoc texlive-latex-extra texlive-latex-recommended
apt-get install -yqq pandoc texlive-latex-recommended texlive-latex-extra
Loading