Commit Graph

28 Commits

Author SHA1 Message Date
Adrien Delorme 3bb866820f appveyor: build/install: off 2018-10-16 15:35:48 +02:00
Adrien Delorme f49a2d49a7 appveyor: skip everything for now 2018-10-16 15:32:38 +02:00
Adrien Delorme 84eb5d29a0 remove appveyor usage 2018-10-16 15:29:19 +02:00
Adrien Delorme 22ba06725d cd $APPVEYOR_BUILD_FOLDER 2018-10-16 15:16:34 +02:00
Adrien Delorme 943900a5a7 go home 2018-10-16 15:13:26 +02:00
Adrien Delorme 61c5bb8bfe don't build on win32 for now 2018-10-16 15:07:48 +02:00
Adrien Delorme eddd362235 debug path 2018-10-16 15:04:49 +02:00
Adrien Delorme 13a63b51b8 run make --version 2018-10-16 15:01:35 +02:00
Adrien Delorme f4c7fdb775 use curl instead of ps: Start-FileDownload 2018-10-16 13:44:36 +02:00
Adrien Delorme d27293ffa8 remove if case 2018-10-16 13:19:19 +02:00
Adrien Delorme b1cd9bd05f quote calls 2018-10-16 13:02:30 +02:00
Adrien Delorme f047b4e005 appveyor.yml: add APPVEYOR_BUILD_SYS 2018-10-16 13:01:34 +02:00
Adrien Delorme 6406f65e37 fix bash calls 2018-10-16 12:57:02 +02:00
Adrien Delorme 37b85323fc fix cariage returns in git 2018-10-16 12:48:48 +02:00
Adrien Delorme 597b03dfd0 remove os setting 2018-10-16 12:48:34 +02:00
Adrien Delorme b92f6e1f49 appveyor: install make 2018-10-16 12:47:01 +02:00
Adrien Delorme 6c7ee82ab7 use make in appveyor too 2018-10-16 12:16:49 +02:00
Alexander Georgievskiy d146f0792f Revert "install golang 1.11 on appveyor machines"
This reverts commit 2af4f4d206.
2018-10-04 15:20:21 +03:00
Megan Marsh 2af4f4d206 install golang 1.11 on appveyor machines 2018-08-29 14:45:31 -07:00
Matthew Hooker 8423a0f2cd
fix appveyor 2017-06-06 11:52:21 -07:00
Matthew Hooker 81522dced0
move packer to hashicorp 2017-04-04 13:39:01 -07:00
Christopher Boumenot accd97cf0f Use the default version of Go. (#3498)
AppVeyor install Go 1.6 c:\go by default, and it is already a part of the path.
2016-05-04 15:53:36 -07:00
Christopher Boumenot d296260164 RFC: fix appveyor build (#3464)
No sure if this will work...

Appveyor builds appear to always choke on go vet, so I am removing it. The
Travis build already does it, so I do not think there's much value in
repeating it.
2016-04-22 20:42:01 -07:00
Chris Bednarski 5e898c90c2 Update appveyor spec to go 1.6 2016-03-17 14:17:49 -07:00
Chris Bednarski 6ca15f7e1a Updated appveyor script to (hopefully) work with a vendored build on Windows 2016-02-05 14:08:58 -08:00
Chris Bednarski af2fa705bf Added go vet and git rev-parse head to appveyor so we can see what we're actually building / testing 2015-08-06 12:24:13 -07:00
Emil Hessman bfcd004497 AppVeyor: only build master branch
AppVeyor builds all branches per default.
Add a configuration setting to only build the master branch.

See http://www.appveyor.com/docs/branches#white-and-blacklisting for details.

For the record, AppVeyor builds can skipped by annotating the commit message
according to http://www.appveyor.com/docs/how-to/skip-build
Useful for e.g. website commits.

[skip appveyor]
2015-06-29 20:07:41 +02:00
Emil Hessman a3fa7cdce3 Add AppVeyor configuration file
Packer lacks an official Windows CI server.
This commit adds a configuration file for AppVeyor, which is a Windows CI
service (free for open-source projects).
2015-06-29 18:14:45 +02:00