fixes appveyor.yml

This commit is contained in:
andri lim 2018-11-02 21:00:58 +07:00
parent 25f9315c34
commit 073cecd871
1 changed files with 4 additions and 3 deletions

View File

@ -80,18 +80,19 @@ install:
)
- git clone --depth 1 https://github.com/google/snappy
build_script:
- SET PATH=%PATH:C:/Program Files/Git/usr/bin;=%
- cd snappy
- mkdir build
- cd build
- cmake .. -G "MinGW Makefiles"
- mingw32-make
- copy libsnappy.a C:\projects\%APPVEYOR_PROJECT_SLUG%\tests
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
- nimble install -y > nul
test_script:
- nimble test