fixes both yml

This commit is contained in:
andri lim 2018-11-02 21:19:53 +07:00
parent 073cecd871
commit 3839db5105
2 changed files with 2 additions and 3 deletions

View File

@ -82,11 +82,10 @@ 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"
- cmake .. -G "MinGW Makefiles" -DCMAKE_IGNORE_PATH="C:/Program Files/Git/usr/bin"
- mingw32-make
- copy libsnappy.a C:\projects\%APPVEYOR_PROJECT_SLUG%\tests

View File

@ -40,7 +40,7 @@ script:
- mkdir build
- cd build && cmake ../ && make
- cd ../..
- cp snappy/build/libsnappy.a tests/libsnappy.a
- "cp snappy/build/libsnappy.a $TRAVIS_BUILD_DIR/tests/libsnappy.a"
- nimble install -y > /dev/null
- nimble test