Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [release/1.4.14] build: limit test concurrency | Felix Lange | 2016-09-28 | 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. (cherry picked from commit b0a6b979a3f12e91cfbc89850bfaa00c46653e85) | ||||
* | [release/1.4.11] Makefile, build: move cross compilation into ci.go | Péter Szilágyi | 2016-08-18 | 1 | -0/+32 |
| | | | | (cherry picked from commit 8c23f20c68b59c5534ab249d23b452114ba75f74) | ||||
* | [release/1.4.11] build: add ci.go, use it everywhere | Felix Lange | 2016-08-18 | 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. (cherry picked from commit 6c33ba14a4db99409657e6a68a7c629e09ceee3f) |