1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00

determine where installPoppler.sh is when it fails

This commit is contained in:
Stephen Gaito 2019-09-30 10:32:39 +01:00
parent 0119f53e28
commit 7f58caabbb
2 changed files with 10 additions and 0 deletions

View File

@ -76,6 +76,8 @@ before_install:
- pwd
- ls -la
- ./.travisScripts/buildPoppler.sh
- pwd
- ls -la
- ./.travisScripts/installPoppler.sh
#- ./.travisScripts/setupTests.sh

View File

@ -8,8 +8,16 @@ cd poppler/build
sudo make install
pwd
ls -la
cd ..
pwd
ls -la
sudo mkdir -p /usr/include/poppler
sudo cp poppler/poppler/*.h /usr/include/poppler