mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
20 lines
473 B
YAML
20 lines
473 B
YAML
install:
|
|
- 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 ..
|
|
|
|
before_build:
|
|
- cmake . -DBOOTSTRAP_DAEMON=OFF -DENABLE_SHARED=OFF
|
|
|
|
build:
|
|
project: INSTALL.vcxproj
|
|
|
|
branches:
|
|
only:
|
|
- master
|