1 Star 0 Fork 0

ThinkingT / libmodbus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor.yml 457 Bytes
一键复制 编辑 原始数据 按行查看 历史
Guy Taylor 提交于 2019-04-01 19:07 . Add appveyor.com config
## Operating System (VM environment) ##
platform: x64
image: Visual Studio 2017
## Install Script ##
install:
- set CYGWIN_ROOT=C:\cygwin64
- set PATH=%CYGWIN_ROOT%\bin;%PATH%
- bash --version
- bash -c 'autoreconf --version'
- bash -c 'make --version'
## Disable MSBuild (default) ##
build: off
## Build Script ##
build_script:
- bash autogen.sh
- bash configure
- bash -c 'make'
## Test Script ##
test_script:
- bash -c 'make check'
C
1
https://gitee.com/ThinkingT/libmodbus.git
git@gitee.com:ThinkingT/libmodbus.git
ThinkingT
libmodbus
libmodbus
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891