mosquitto/appveyor.yml

34 lines
771 B
YAML
Raw Permalink Normal View History

os: Visual Studio 2015
2016-01-15 12:20:46 +00:00
2015-03-03 10:15:50 +00:00
environment:
2015-03-03 15:30:13 +00:00
CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release
2015-03-03 10:15:50 +00:00
2015-03-03 15:19:16 +00:00
configuration:
- Release
2015-03-03 10:15:50 +00:00
install:
build:
build_script:
- md build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DWITH_THREADING=no ..
2015-03-03 17:04:58 +00:00
- cmake --build . --config Release
2015-03-03 15:00:21 +00:00
- cd ..
2015-03-03 10:15:50 +00:00
after_build:
2015-03-03 15:00:21 +00:00
- cd installer
2015-07-01 14:03:12 +00:00
- '"%PROGRAMFILES(x86)%\NSIS\makensis" mosquitto.nsi'
artifacts:
- name: Installer
2015-09-22 14:29:56 +00:00
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