forked from zeromq/clrzmq4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
32 lines (24 loc) · 959 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: "{build}"
#platform: AnyCPU
configuration: Release
#image:
#- Visual Studio 2017
#cache:
#- c:\Tools\vcpkg\installed
init:
- cmd: msbuild /version
install:
- cmd: vcpkg install zeromq:x64-windows
#- cmd: vcpkg integrate install
- cmd: mkdir C:\projects\clrzmq4\bin\Release\amd64
- cmd: mklink /h C:\projects\clrzmq4\bin\Release\amd64\libzmq.dll c:\Tools\vcpkg\installed\x64-windows\bin\libzmq-mt-4_3_3.dll
- cmd: echo "If the mklink command above fails to create a link, look into C:\Tools\vcpkg\installed\x64-windows\bin"
- cmd: echo "there may be a new libzmq-mt-4_n_n.dll file, and do change this appveyor.yml accordingly:"
- cmd: dir /s C:\Tools\vcpkg\installed\x64-windows\*zmq*
- cmd: nuget restore clrzmq4.vs.sln
build:
project: clrzmq4.vs.sln
test_script:
- cmd: .\bin\Release\ZGuideExamples.exe Version
- cmd: .\bin\Release\ZGuideExamples.exe EAgain
- cmd: .\bin\Release\ZGuideExamples.exe Espresso