File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 17
17
****/
18
18
#include " stdafx.h"
19
19
#include " cpprest/details/fileio.h"
20
+ #include " cpprest/interopstream.h"
20
21
#include " robuffer.h"
21
22
22
23
using namespace ::Windows::Foundation;
Original file line number Diff line number Diff line change 65
65
cd build.common\Release\Binaries\Release
66
66
.\test_runner.exe *test.dll
67
67
displayName: 'Run tests, release'
68
+ - job : Windows_VS2017_UWP
69
+ pool :
70
+ vmImage : ' vs2017-win2016'
71
+ steps :
72
+ - script : .\vcpkg\bootstrap-vcpkg.bat
73
+ displayName : Bootstrap vcpkg
74
+ - script : .\vcpkg\vcpkg.exe install zlib --triplet x64-uwp
75
+ displayName : vcpkg install dependencies
76
+ - script : mkdir build.common
77
+ displayName : Make Build Directory
78
+ - task : CMake@1
79
+ inputs :
80
+ workingDirectory : ' build.common'
81
+ cmakeArgs : ' -A x64 -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 ..'
82
+ - task : MSBuild@1
83
+ inputs :
84
+ solution : ' build.common/ALL_BUILD.vcxproj'
85
+ maximumCpuCount : true
86
+ platform : ' x64'
68
87
- job : Windows_VS2015_x86
69
88
pool :
70
89
vmImage : ' vs2015-win2012r2'
@@ -302,4 +321,4 @@ jobs:
302
321
- script : |
303
322
cd Build_iOS
304
323
./configure.sh
305
- displayName: 'Build for iOS'
324
+ displayName: 'Build for iOS'
You can’t perform that action at this time.
0 commit comments