archive
/
md-pdf
Archived
1
Fork 0

Actually run the application

This commit is contained in:
Jake Howard 2017-04-26 14:54:20 +01:00
parent fee06def44
commit 13006922d7
2 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,4 @@ test:
- flake8 md_pdf/ --ignore=E128,E501
- safety check
- bandit -r md_pdf/
- cd test-files && mdp -vvv

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
sudo apt-get install -y openssl build-essential xorg libssl-dev
wget http://download.gna.org/wkhtmltopdf/0.12/0.12.3/wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
tar -xJf wkhtmltox-0.12.3_linux-generic-amd64.tar.xz