This commit is contained in:
Adrien Delorme 2018-10-16 15:13:26 +02:00
parent 61c5bb8bfe
commit 943900a5a7
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ environment:
GOPATH: c:\gopath
CYG_MIRROR: http://cygwin.mirror.constant.com
CYG_PACKAGES: make
HOME: c:\gopath\src\github.com\hashicorp\packer
matrix:
- APPVEYOR_BUILD_SYS: Cygwin
CYG_ROOT: C:\cygwin64
@ -47,6 +48,8 @@ install:
build_script:
- git rev-parse HEAD
- '%BASH% -lc "pwd"'
- '%BASH% -lc "cd"'
- '%BASH% -lc "pwd"'
- '%BASH% -lc "cat Makefile"'
- '%BASH% -lc "make --version"'
- '%BASH% -lc "make deps"'