2017-01-21 01:42:30 +08:00
|
|
|
install:
|
2017-02-20 08:54:49 +08:00
|
|
|
- mkdir libsodium && cd libsodium
|
|
|
|
- curl https://download.libsodium.org/libsodium/releases/libsodium-1.0.11-msvc.zip -o libsodium.zip
|
|
|
|
- unzip libsodium.zip
|
|
|
|
- cd ..
|
|
|
|
- mkdir pthreads-win32 && cd pthreads-win32
|
|
|
|
- curl ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip -o pthreads.zip
|
|
|
|
- unzip pthreads.zip
|
|
|
|
- cd ..
|
2017-01-21 01:42:30 +08:00
|
|
|
|
|
|
|
before_build:
|
2017-01-21 05:16:55 +08:00
|
|
|
- cmake . -DBOOTSTRAP_DAEMON=OFF -DENABLE_SHARED=OFF
|
2017-01-21 01:42:30 +08:00
|
|
|
|
|
|
|
build:
|
|
|
|
project: INSTALL.vcxproj
|
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|