Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: limit test concurrency | Felix Lange | 2016-09-26 | 1 | -0/+3 |
| | | | | | | TravisCI and AppVeyor run the tests in very slow VMs. Some of our tests can't cope with that. Running less tests in parallel should make them somewhat less flakey. | ||||
* | Makefile, build: move cross compilation into ci.go | Péter Szilágyi | 2016-08-08 | 1 | -0/+32 |
| | |||||
* | build: add ci.go, use it everywhere | Felix Lange | 2016-06-22 | 1 | -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. |