Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis, appveyor: build with Go 1.7.4 | Péter Szilágyi | 2016-12-14 | 1 | -2/+2 |
| | |||||
* | appveyor: use native 32bit go | Felix Lange | 2016-11-21 | 1 | -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ágyi | 2016-11-09 | 1 | -8/+9 |
| | | | | This commit adds support for creating Windows installers to ci.go | ||||
* | appveyor: build 386 too, upload both to the gethstore | Péter Szilágyi | 2016-11-07 | 1 | -17/+23 |
| | |||||
* | appveyor.yml: don't install Go and MinGW, they're already there (#2813) | Felix Lange | 2016-07-14 | 1 | -11/+13 |
| | |||||
* | build: add ci.go, use it everywhere | Felix Lange | 2016-06-22 | 1 | -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. |