Skip to content

Commit

Permalink
fixes to Windows build script
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnhoffer committed Jan 20, 2021
1 parent 9bc565e commit 9b5e419
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ install:
# The following adopts approaches suggested in the above links.
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- curl https://github.com/openslide/openslide-winbuild/releases/download/v20171122/openslide-win64-20171122.zip -L -o openslide.zip
- unzip openslide.zip
- move openslide-win64-20171122\bin\* src\
- git submodule update --init --recursive
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels conda-forge
- conda update -q conda
Expand Down

0 comments on commit 9b5e419

Please sign in to comment.