test appveyor

This commit is contained in:
T 2019-02-07 19:29:52 +01:00
parent 5f45a0496f
commit 57789ab3e8
1 changed files with 6 additions and 2 deletions

View File

@ -1,10 +1,14 @@
image: Visual Studio 2015 image: Visual Studio 2015
init: init:
- git config --global core.autocrlf input - git config --global core.autocrlf input
clone_folder: c:\projects
environment:
matrix:
- TARGET: cygwin-gcc
BUILD_ENVIRONMENT: cygwin
install: install:
# batch commands start from cmd: # batch commands start from cmd:
#- cmd: C:\\cygwin\\bin\\bash.exe install.sh win - cmd: C:\\cygwin\\bin\\bash -l -c "cd C:/projects; ./install.sh win;"
- cmd: echo Hello from Windows
build: off build: off