go home
This commit is contained in:
parent
61c5bb8bfe
commit
943900a5a7
|
@ -13,6 +13,7 @@ environment:
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
CYG_MIRROR: http://cygwin.mirror.constant.com
|
CYG_MIRROR: http://cygwin.mirror.constant.com
|
||||||
CYG_PACKAGES: make
|
CYG_PACKAGES: make
|
||||||
|
HOME: c:\gopath\src\github.com\hashicorp\packer
|
||||||
matrix:
|
matrix:
|
||||||
- APPVEYOR_BUILD_SYS: Cygwin
|
- APPVEYOR_BUILD_SYS: Cygwin
|
||||||
CYG_ROOT: C:\cygwin64
|
CYG_ROOT: C:\cygwin64
|
||||||
|
@ -47,6 +48,8 @@ install:
|
||||||
build_script:
|
build_script:
|
||||||
- git rev-parse HEAD
|
- git rev-parse HEAD
|
||||||
- '%BASH% -lc "pwd"'
|
- '%BASH% -lc "pwd"'
|
||||||
|
- '%BASH% -lc "cd"'
|
||||||
|
- '%BASH% -lc "pwd"'
|
||||||
- '%BASH% -lc "cat Makefile"'
|
- '%BASH% -lc "cat Makefile"'
|
||||||
- '%BASH% -lc "make --version"'
|
- '%BASH% -lc "make --version"'
|
||||||
- '%BASH% -lc "make deps"'
|
- '%BASH% -lc "make deps"'
|
||||||
|
|
Loading…
Reference in New Issue