using make

This commit is contained in:
Pierre-antoine Comby 2019-06-15 11:11:55 +02:00
parent 3cb087c42d
commit c6dcb0cdc9

View file

@ -9,8 +9,8 @@ deploy:
- apt-get install -y lftp
script:
- ./compile.sh # build the pdf
- lftp ftp://$FTP_USER:$FTP_PASSWORD@zamok.crans.org-e "mirror public/ www/m1-eea/; bye"
- make all -j8 # build the pdf
- lftp ftp://$FTP_USER:$FTP_PASSWORD@zamok.crans.org -e "mirror public/ www/m1-eea/; bye"
artifacts:
paths:
- public # instruct GitLab to keep the public folder