aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* build: always run go vetFelix Lange2017-03-241-1/+1
| | | | | This ensures 'make test' finds all errors that remote CI would find. Go 1.7 vet reports a false positive in package log, add a workaround.
* travis, appveyor: update builders to Go 1.8Péter Szilágyi2017-02-201-2/+2
|
* travis, appveyor: build with Go 1.7.4Péter Szilágyi2016-12-141-2/+2
|
* appveyor: use native 32bit goFelix Lange2016-11-211-6/+5
| | | | | This simplifies the build and should speed it up a bit because the standard library doesn't need to be cross compiled on the 32bit builder.
* build: NSIS based Windows installer (#3240)Péter Szilágyi2016-11-091-8/+9
| | | | This commit adds support for creating Windows installers to ci.go
* appveyor: build 386 too, upload both to the gethstorePéter Szilágyi2016-11-071-17/+23
|
* appveyor.yml: don't install Go and MinGW, they're already there (#2813)Felix Lange2016-07-141-11/+13
|
* build: add ci.go, use it everywhereFelix Lange2016-06-221-0/+31
The new build script, ci.go, replaces some of the older shell scripts. ci.go can compile go-ethereum, run the tests, create release archives and debian source packages.