This commit is contained in:
Ștefan Talpalaru 2019-08-24 18:49:48 +02:00
parent ecf5f07a70
commit 70693398c8
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
2 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,7 @@ build_script:
- cd build
- cmake .. -G "MinGW Makefiles" -DCMAKE_IGNORE_PATH="C:/Program Files/Git/usr/bin"
- mingw32-make
- copy libsnappy.a C:\projects\snappy\tests
- copy libsnappy.a C:\projects\%APPVEYOR_PROJECT_SLUG%\tests
- cd C:\projects\%APPVEYOR_PROJECT_SLUG%
- nimble install -y

View File

@ -1,3 +1,5 @@
mode = ScriptMode.Verbose
packageName = "snappy"
version = "0.1.0"
author = "Andri Lim"