OpenPLC_v3/appveyor.yml

11 lines
217 B
YAML
Raw Normal View History

image: Visual Studio 2015
init:
- git config --global core.autocrlf input
install:
# batch commands start from cmd:
#- cmd: C:\\cygwin\\bin\\bash.exe install.sh win
- cmd: echo Hello from Windows
build: off