Skip to content

Commit

Permalink
Switch AppVeyor to GitLab data
Browse files Browse the repository at this point in the history
  • Loading branch information
Himura2la authored Aug 1, 2018
1 parent fa7cf9d commit 727e6c3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ after_build:
del MSVCP140.dll VCRUNTIME140.dll api-ms-* # GPL does not allow...
before_test:
- cmd: |
echo --- before_test (Downloading test data) ---
cd "%APPVEYOR_BUILD_FOLDER%\test"
git lfs checkout
- ps: |
echo "--- before_test (Downloading test data) ---"
cd "$env:APPVEYOR_BUILD_FOLDER\test\data"
git submodule init; git submodule update
7z x .\data.7z
mv .\data\* .
test_script:
- cmd: python -m unittest discover "%APPVEYOR_BUILD_FOLDER%\test"
Expand Down

0 comments on commit 727e6c3

Please sign in to comment.