Skip to content

Commit

Permalink
Align appveyor.yml with xspec#96
Browse files Browse the repository at this point in the history
  • Loading branch information
AirQuick committed Mar 7, 2017
1 parent a91feca commit a9860ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
@@ -1,7 +1,7 @@
environment:
SAXON_CP: '%TEMP%\xspec\saxon\saxon9he.jar'
matrix:
# latest Saxon 9.7 version and XML Calabash
# latest Saxon 9.7 version
- SAXON_VERSION: 9.7.0-15
XMLCALABASH_VERSION: 1.1.15-97
# latest Saxon 9.6 version
Expand All @@ -28,6 +28,10 @@ install:
Invoke-WebRequest -Uri "https://github.com/ndw/xmlcalabash1/releases/download/${env:XMLCALABASH_VERSION}/xmlcalabash-${env:XMLCALABASH_VERSION}.zip" -OutFile "${xmlcalabash_home}.zip"
7z x "${xmlcalabash_home}.zip" -o"${xmlcalabash_home}\..\"
}
else {
echo "XMLCalabash will not be installed as it uses a higher version of Saxon"
}
build: off
test_script:
- cmd: >-
Expand Down

0 comments on commit a9860ed

Please sign in to comment.