a8dd22f53a
This reverts commit 87c408b42d
.
CL.exe doesn't seem to be in the path any more when using the
AppVeyor Visual Studio 2017 environment.
msbuild "C:\projects\libsodium\libsodium.vcxproj" /m /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
Microsoft (R) Build Engine version 15.1.548.43366
Copyright (C) Microsoft Corporation. All rights reserved.
TRACKER : error TRK0005: Failed to locate: "CL.exe". The system cannot find the file specified. [C:\projects\libsodium\libsodium.vcxproj]
26 lines
399 B
YAML
26 lines
399 B
YAML
version: 1.0.10.{build}
|
|
|
|
os: Visual Studio 2015
|
|
|
|
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
|