mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-02 22:17:06 +08:00
Merge pull request #278 from unidoc/v3-update-jenkinsfile
Require extractor private testdata in builds
This commit is contained in:
commit
84607f9914
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,6 +6,8 @@ node {
|
||||
env.GOPATH="${WORKSPACE}/gopath"
|
||||
env.PATH="${root}/bin:${env.GOPATH}/bin:${env.PATH}"
|
||||
env.GOCACHE="off"
|
||||
env.UNIDOC_EXTRACT_FORCETEST="1"
|
||||
env.UNIDOC_EXTRACT_TESTDATA="/home/jenkins/corpus/unidoc-extractor-testdata"
|
||||
|
||||
env.TMPDIR="${WORKSPACE}/temp"
|
||||
sh "mkdir -p ${env.TMPDIR}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user