Skip to content
Snippets Groups Projects
Commit 58f28570 authored by konfiot's avatar konfiot
Browse files

ajout de -y

parent 03112c72
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -2,11 +2,11 @@ image: ubuntu:latest ...@@ -2,11 +2,11 @@ image: ubuntu:latest
build: build:
before_script: before_script:
- apt update - apt update
- apt install wget unzip - apt install -y wget unzip
- wget https://typographix.binets.fr/files/polytechnique-LaTeX.zip - wget https://typographix.binets.fr/files/polytechnique-LaTeX.zip
- unzip polytechnique-LaTeX.zip¬ - unzip polytechnique-LaTeX.zip¬
- cd polytechnique-LaTeX.zip - cd polytechnique-LaTeX.zip
- sudo bash makefile_unix.sh - bash makefile_unix.sh
- cd .. - cd ..
script: script:
- pdflatex document.tex - pdflatex document.tex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment