Add libsodium to the tree and build what's needed from source.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3859 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
24
deps/libsodium/appveyor.yml
vendored
Normal file
24
deps/libsodium/appveyor.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
version: 1.0.18.{build}
|
||||
|
||||
os: Visual Studio 2017
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- platform: Win32
|
||||
configuration: Debug
|
||||
- platform: Win32
|
||||
configuration: Release
|
||||
- platform: x64
|
||||
configuration: Debug
|
||||
- platform: x64
|
||||
configuration: Release
|
||||
|
||||
matrix:
|
||||
fast_finish: false
|
||||
|
||||
init: msbuild /version
|
||||
|
||||
build:
|
||||
parallel: true
|
||||
project: libsodium.vcxproj
|
||||
verbosity: minimal
|
||||
Reference in New Issue
Block a user