Merge pull request #278 from unidoc/v3-update-jenkinsfile

Require extractor private testdata in builds
This commit is contained in:
Gunnsteinn Hall 2018-12-28 12:41:20 +00:00 committed by GitHub
commit 84607f9914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -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}"