Actually run the application
This commit is contained in:
parent
fee06def44
commit
13006922d7
2 changed files with 3 additions and 0 deletions
|
@ -19,3 +19,4 @@ test:
|
||||||
- flake8 md_pdf/ --ignore=E128,E501
|
- flake8 md_pdf/ --ignore=E128,E501
|
||||||
- safety check
|
- safety check
|
||||||
- bandit -r md_pdf/
|
- bandit -r md_pdf/
|
||||||
|
- cd test-files && mdp -vvv
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
sudo apt-get install -y openssl build-essential xorg libssl-dev
|
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
|
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
|
tar -xJf wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
|
||||||
|
|
Reference in a new issue