speedup maybe?

This commit is contained in:
Lorin Werthen 2018-02-25 22:57:56 +01:00 committed by Wout Schellaert
parent 2697778ec7
commit 58a0562290

View file

@ -1,12 +1,19 @@
language: ruby language: ruby
cache: cache:
apt: true
bundler: true bundler: true
# Cache nanoc directories # Cache nanoc directories
directories: directories:
- output - output
- tmp - tmp
addons:
apt:
packages:
- pandoc
- texlive-full
branches: branches:
only: only:
- master - master
@ -21,10 +28,6 @@ before_install:
-in id_rsa.enc -out deploy_key -d -in id_rsa.enc -out deploy_key -d
- echo -e "Host zeus.ugent.be\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config - echo -e "Host zeus.ugent.be\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- npm install - npm install
- sudo apt-get update -qq
- sudo apt-get install -y pandoc
- sudo apt-get install -y texlive-full
- sudo apt-get install -y texlive-xetex
script: script:
- bundle exec nanoc --env=prod - bundle exec nanoc --env=prod
- bundle exec nanoc --env=prod check --deploy - bundle exec nanoc --env=prod check --deploy