mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
continued attempt to install poppler from cd directory
This commit is contained in:
parent
7f58caabbb
commit
784158cb23
@ -73,6 +73,7 @@ matrix:
|
|||||||
# - os: osx # Until the build passes, then re-enable.
|
# - os: osx # Until the build passes, then re-enable.
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- cd
|
||||||
- pwd
|
- pwd
|
||||||
- ls -la
|
- ls -la
|
||||||
- ./.travisScripts/buildPoppler.sh
|
- ./.travisScripts/buildPoppler.sh
|
||||||
|
@ -9,7 +9,9 @@ git clone ${POPPLER_SOURCE}
|
|||||||
|
|
||||||
cd poppler
|
cd poppler
|
||||||
|
|
||||||
git checkout tags/${POPPLER_RELEASE} -b poppler-local
|
git checkout tags/${POPPLER_RELEASE}
|
||||||
|
|
||||||
|
git branch
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ pwd
|
|||||||
|
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
cd ..
|
cd
|
||||||
|
|
||||||
pwd
|
pwd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user