Skip to content

Commit

Permalink
Bump CI to winfsp 1.7.20172 (PR #23)
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel authored Jun 25, 2020
2 parents d4ac4f8 + 22edcec commit 01ea855
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 @@ -27,15 +27,15 @@ for:
skip_non_tags: true

install:
- choco install winfsp -y --pre --version=1.7.20038-pre
- choco install winfsp -y --version=1.7.20172
- git --no-pager log -n2
- echo %APPVEYOR_REPO_COMMIT%
- SET PATH=%PYTHON%;%PYTHON%\Scripts;;%PATH%
- python --version
- python -c "import struct; print(struct.calcsize('P') * 8)"
- python -m pip install --upgrade pip
- pip install -r requirements-dev.txt
- appveyor DownloadFile https://github.com/billziss-gh/winfsp/releases/download/v1.5/winfsp-tests-1.5.20002.zip -FileName %PYTHON%\Scripts\winfsp-tests.zip
- appveyor DownloadFile https://github.com/billziss-gh/winfsp/releases/download/v1.7/winfsp-tests-1.7.20172.zip -FileName %PYTHON%\Scripts\winfsp-tests.zip
- 7z x %PYTHON%\Scripts\winfsp-tests.zip -o%PYTHON%\Scripts\

before_build:
Expand Down

0 comments on commit 01ea855

Please sign in to comment.