aboutsummaryrefslogtreecommitdiffstats
path: root/build/ci.go
Commit message (Collapse)AuthorAgeFilesLines
* Makefile, build: move cross compilation into ci.goPéter Szilágyi2016-08-081-0/+32
|
* build: add ci.go, use it everywhereFelix Lange2016-06-221-0/+465
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.