mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-02-06 02:02:20 +08:00
test appveyor
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
image: Visual Studio 2015
|
||||
init:
|
||||
- git config --global core.autocrlf input
|
||||
clone_folder: c:\projects
|
||||
environment:
|
||||
matrix:
|
||||
- TARGET: cygwin-gcc
|
||||
BUILD_ENVIRONMENT: cygwin
|
||||
install:
|
||||
# batch commands start from cmd:
|
||||
#- cmd: C:\\cygwin\\bin\\bash.exe install.sh win
|
||||
- cmd: echo Hello from Windows
|
||||
- cmd: C:\\cygwin\\bin\\bash -l -c "cd C:/projects; ./install.sh win;"
|
||||
|
||||
build: off
|
||||
|
||||
|
||||
Reference in New Issue
Block a user