From 7f58caabbbb4197bb615cd2e1eb9d5e250a92ae0 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Mon, 30 Sep 2019 10:32:39 +0100 Subject: [PATCH] determine where installPoppler.sh is when it fails --- .travis.yml | 2 ++ .travisScripts/installPoppler.sh | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 76987de..f9c109b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,6 +76,8 @@ before_install: - pwd - ls -la - ./.travisScripts/buildPoppler.sh + - pwd + - ls -la - ./.travisScripts/installPoppler.sh #- ./.travisScripts/setupTests.sh diff --git a/.travisScripts/installPoppler.sh b/.travisScripts/installPoppler.sh index 2aed836..8f97c6f 100755 --- a/.travisScripts/installPoppler.sh +++ b/.travisScripts/installPoppler.sh @@ -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