aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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.