Skip to content

Commit

Permalink
Update Doxygen download path on Appveyor (#4405)
Browse files Browse the repository at this point in the history
The Doxygen 1.8.17 download path we use on Appveyor is now stale.  We
replace it with 1.8.19.
  • Loading branch information
derekbruening authored Aug 13, 2020
1 parent ce6ee18 commit 5647d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ install:
##################################################
# Install packages for docs.
# i#4000: choco fails to download doxygen.portable so we install ourselves:
- appveyor DownloadFile http://doxygen.nl/files/doxygen-1.8.17.windows.x64.bin.zip
- 7z x doxygen-1.8.17.windows.x64.bin.zip -oc:\projects\install\doxygen > nul
- appveyor DownloadFile http://doxygen.nl/files/doxygen-1.8.19.windows.x64.bin.zip
- 7z x doxygen-1.8.19.windows.x64.bin.zip -oc:\projects\install\doxygen > nul
- set PATH=c:\projects\install\doxygen;%PATH%

##################################################
Expand Down

0 comments on commit 5647d17

Please sign in to comment.