mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
corrected travis build
This commit is contained in:
parent
0d5d7ad721
commit
2faa2c022a
@ -20,8 +20,7 @@ jobs:
|
|||||||
- stage: build-linux
|
- stage: build-linux
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
env:
|
env: DOCKER_FROM="ubuntu:18.04"
|
||||||
global: DOCKER_FROM="ubuntu:18.04"
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
|
@ -7,7 +7,7 @@ set -ev
|
|||||||
export UNATTENDED="--assume-yes"
|
export UNATTENDED="--assume-yes"
|
||||||
export MAKE_PARALLEL="-j $(nproc)"
|
export MAKE_PARALLEL="-j $(nproc)"
|
||||||
|
|
||||||
export PDF2HTMLEX_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
|
export PDF2HTMLEX_BRANCH=$TRAVIS_BRANCH
|
||||||
|
|
||||||
export PDF2HTMLEX_PREFIX=/usr/local
|
export PDF2HTMLEX_PREFIX=/usr/local
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user