Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ default: image: "archlinux:latest" before_script: # install dependencies - pacman -Suy --noconfirm --needed make texlive-bin texlive-core texlive-bibtexextra texlive-fontsextra texlive-formatsextra texlive-langgreek texlive-latexextra texlive-pictures texlive-pstricks texlive-publishers texlive-science biber perl-clone python-pygments which - pacman -Suy --noconfirm --needed make texlive biber perl-clone python-pygments which # make sure that $PATH and other essential variables are set correctly - source /etc/profile Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ default: image: "archlinux:latest" before_script: # install dependencies - pacman -Suy --noconfirm --needed make texlive-bin texlive-core texlive-bibtexextra texlive-fontsextra texlive-formatsextra texlive-langgreek texlive-latexextra texlive-pictures texlive-pstricks texlive-publishers texlive-science biber perl-clone python-pygments which - pacman -Suy --noconfirm --needed make texlive biber perl-clone python-pygments which # make sure that $PATH and other essential variables are set correctly - source /etc/profile Loading