Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build, internal/build: misc improvements (#3229) | Felix Lange | 2016-11-03 | 1 | -10/+18 |
| | | | | | | | | | | | | | * travis.yml: don't create darwin/386 builds * build: remove godep remains * internal/build: improve archives - enable compression for zip files - don't write half-complete archives * build: add -unstable to archive names | ||||
* | build: add ci.go, use it everywhere | Felix Lange | 2016-06-22 | 1 | -0/+177 |
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. |