mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
added important old releases to tarvisCI build matrix
This commit is contained in:
parent
ae5b29c871
commit
7a0ac67cee
17
.travis.yml
17
.travis.yml
@ -12,7 +12,9 @@ env:
|
|||||||
global:
|
global:
|
||||||
- POPPLER_SOURCE="https://gitlab.freedesktop.org/poppler/poppler.git"
|
- POPPLER_SOURCE="https://gitlab.freedesktop.org/poppler/poppler.git"
|
||||||
matrix:
|
matrix:
|
||||||
- POPPLER_RELEASE="poppler-0.81.0"
|
- PDF2HTMLEX_RELEASE="v0.18.7-poppler-0.81.0" POPPLER_RELEASE="poppler-0.81.0"
|
||||||
|
- PDF2HTMLEX_RELEASE="v0.18.0-poppler-0.74.0-ubuntu-19.04" POPPLER_RELEASE="poppler-0.74.0"
|
||||||
|
- PDF2HTMLEX_RELEASE="v0.16.0-poppler-0.62.0-ubuntu-18.04" POPPLER_RELEASE="poppler-0.62.0"
|
||||||
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
@ -73,11 +75,14 @@ matrix:
|
|||||||
# - os: osx # Until the build passes, then re-enable.
|
# - os: osx # Until the build passes, then re-enable.
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- ./.travisScripts/buildPoppler.sh
|
- ./.travisScripts/copyScriptsToBin
|
||||||
- ./.travisScripts/installPoppler.sh
|
- $HOME/bin/buildPoppler.sh
|
||||||
#- ./.travisScripts/setupTests.sh
|
- $HOME/bin/installPoppler.sh
|
||||||
|
#- $HOME/setupTests.sh
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./dobuild
|
- git checkout ${PDF2HTMLEX_RELEASE}
|
||||||
- ./doinstall --noWait
|
- git branch
|
||||||
|
- $HOME/dobuild
|
||||||
|
- $HOME/doinstall --noWait
|
||||||
- /usr/local/bin/pdf2htmlEX -v
|
- /usr/local/bin/pdf2htmlEX -v
|
||||||
|
11
.travisScripts/copyScriptsToBin
Executable file
11
.travisScripts/copyScriptsToBin
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# This bash script copies the various scripts in the .travisScripts to the
|
||||||
|
# /home/travis/bin directory to ensure the current scripts are not lost
|
||||||
|
# when we checkout different versions of pdf2htmlEX
|
||||||
|
|
||||||
|
cp .travisScripts/* $HOME/bin
|
||||||
|
|
||||||
|
cp dobuild $HOME/bin
|
||||||
|
cp doinstall $HOME/bin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user