1 Star 0 Fork 0

肖良鹏/mosquitto

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
Roger A. Light 提交于 2017-05-23 16:46 . Update openssl for appveyor.
os: Visual Studio 2013
environment:
CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release
NSIS_ROOT: C:\nsis
SSL_VER: 1_0_2k
configuration:
- Release
install:
- appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-%SSL_VER%.exe
- Win32OpenSSL-%SSL_VER%.exe /silent /verysilent /sp- /suppressmsgboxes
- appveyor DownloadFile ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip
- 7z -y x pthreads-w32-2-9-1-release.zip -oC:\pthreads\
- cinst -y nsis
build:
build_script:
- md build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- cmake --build . --config Release
- cd ..
after_build:
- cd installer
- '"%PROGRAMFILES(x86)%\NSIS\makensis" mosquitto.nsi'
artifacts:
- name: Installer
path: 'installer/mosquitto-*-install-win32.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
cache:
- C:\OpenSSL-Win32
- C:\pthreads
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaolp/mosquitto.git
git@gitee.com:xiaolp/mosquitto.git
xiaolp
mosquitto
mosquitto
master

搜索帮助