-
Notifications
You must be signed in to change notification settings - Fork 2.4k
/
appveyor.yml
33 lines (26 loc) · 771 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
33
os: Visual Studio 2015
environment:
CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release
configuration:
- Release
install:
build:
build_script:
- md build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DWITH_THREADING=no ..
- cmake --build . --config Release
- cd ..
after_build:
- cd installer
- '"%PROGRAMFILES(x86)%\NSIS\makensis" mosquitto.nsi'
artifacts:
- name: Installer
path: 'installer/mosquitto-*-install-windows-x86.exe'
#- path: build\src\Release\mosquitto.exe
#- path: build\src\Release\mosquitto_passwd.exe
#- path: build\lib\Release\mosquitto.dll
#- path: build\lib\Release\mosquitto.lib
#- path: build\client\Release\mosquitto_pub.exe
#- path: build\client\Release\mosquitto_sub.exe
#- path: build\src\Release\mosquitto.exe