Skip to content

Commit

Permalink
Use phpcfdi/resources-sat-xml
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipxe13 committed Jul 19, 2020
1 parent 5775f2d commit ab4f57f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ install:
if (! (Test-Path ${Env:saxonb-path})) {
appveyor-retry choco install --ignore-checksums --yes saxonhe --no-progress
}
# sat-xml resources
- ps: |
appveyor-retry appveyor DownloadFile https://github.com/phpcfdi/resources-sat-xml/archive/master.zip -Filename c:\projects\project\build\sat-xml.zip
Expand-Archive -LiteralPath c:\projects\project\build\sat-xml.zip -DestinationPath c:\projects\project\build\ -Force
Move-Item -Path c:\projects\project\build\resources-sat-xml-master\resources -Destination c:\projects\project\build\resources
# install project dependences and list available tools
- cd c:\projects\project
Expand Down

0 comments on commit ab4f57f

Please sign in to comment.