2023-09-17 03:34:52 -04:00
|
|
|
version: 1.0.19.{build}
|
2016-01-11 05:28:54 -05:00
|
|
|
|
2019-04-03 08:59:20 -04:00
|
|
|
os: Visual Studio 2017
|
2016-01-11 05:28:54 -05:00
|
|
|
|
|
|
|
environment:
|
|
|
|
matrix:
|
|
|
|
- platform: Win32
|
|
|
|
configuration: Debug
|
|
|
|
- platform: Win32
|
|
|
|
configuration: Release
|
|
|
|
- platform: x64
|
|
|
|
configuration: Debug
|
|
|
|
- platform: x64
|
|
|
|
configuration: Release
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
fast_finish: false
|
|
|
|
|
2019-05-28 14:40:59 -04:00
|
|
|
init: msbuild /version
|
2016-01-11 05:28:54 -05:00
|
|
|
|
|
|
|
build:
|
|
|
|
parallel: true
|
2023-09-17 03:34:52 -04:00
|
|
|
project: ci/appveyor/libsodium.vcxproj
|
|
|
|
verbosity: normal
|