Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis: use NDK 17b for Android archives (#17029) | ligi | 2018-06-20 | 1 | -4/+4 |
| | |||||
* | travis, appveyor: update to Go 1.10.3 | Péter Szilágyi | 2018-06-14 | 1 | -1/+1 |
| | |||||
* | travis, appveyor: bump Go release to 1.10.2 | Péter Szilágyi | 2018-05-18 | 1 | -1/+1 |
| | |||||
* | travis: try to upgrade android builder to trusty | Péter Szilágyi | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | travis: use Android NDK 16b (#16562) | ligi | 2018-05-10 | 1 | -4/+4 |
| | |||||
* | travis.yml: remove obsolete brew-cask install | Domino Valdano | 2018-05-02 | 1 | -1/+0 |
| | |||||
* | Merge pull request #16481 from karalabe/go1.10.1 | Péter Szilágyi | 2018-04-11 | 1 | -9/+9 |
|\ | | | | | travis, appveyor: bump to Go 1.10.1 | ||||
| * | travis, appveyor: bump to Go 1.10.1 | Péter Szilágyi | 2018-04-10 | 1 | -9/+9 |
| | | |||||
* | | travis.yml: add TEST_PACKAGES to speed up swarm testing (#16456) | Elad_ | 2018-04-10 | 1 | -3/+3 |
|/ | | | | | | | | This commit is meant to allow ecosystem projects such as ethersphere to minimize CI build times by specifying an environment variable with the packages to run tests on. If the environment variable isn't defined the build script will test all packages so this shouldn't affect the main go-ethereum repository. | ||||
* | travis.yml: remove sudo requirement for PPA and Azure purge builders (#16404) | Felix Lange | 2018-03-28 | 1 | -6/+17 |
| | | | | This is supposed to fix the FTP upload issue according to travis-ci/travis-ci#9391. | ||||
* | crypto/bn256: full switchover to cloudflare's code (#16301) | Péter Szilágyi | 2018-03-20 | 1 | -11/+0 |
| | | | | | | | | | | | | * crypto/bn256: full switchover to cloudflare's code * crypto/bn256: only use cloudflare for optimized architectures * crypto/bn256: upstream fallback for non-optimized code * .travis, build: drop support for Go 1.8 (need type aliases) * crypto/bn256/cloudflare: enable curve mul lattice optimization | ||||
* | travis, Dockerfile, appveyor, build: bump to Go 1.10 | Péter Szilágyi | 2018-03-08 | 1 | -8/+19 |
| | |||||
* | travis, build, consensus: drop support for Go 1.7 | Péter Szilágyi | 2018-02-28 | 1 | -11/+0 |
| | |||||
* | travis.yml: work around Go 1.9.4 issue (#16082) | Felix Lange | 2018-02-14 | 1 | -0/+2 |
| | | | | | | * travis.yml: work around Go 1.9.4 issue * travis: workaround the workaround | ||||
* | travis.yml: remove alias for 'cd' to avoid hang on macOS (#15849) | Jean-André Santoni | 2018-01-11 | 1 | -0/+1 |
| | | | This works around travis-ci/travis-ci#8703. | ||||
* | build: set CC through a command-line flag (#15784) | Péter Szilágyi | 2018-01-02 | 1 | -4/+4 |
| | | | This avoids setting CC for the go run invocation, which fails on go1.10. | ||||
* | travis.yml: avoid submodules on builders without tests (#15620) | Felix Lange | 2017-12-07 | 1 | -16/+12 |
| | | | | | Also remove installation steps for fuse and golang.org/x/tools/cmd/cover because they're not required anymore. | ||||
* | travis: bump Android NDK version and Android Go builder | Péter Szilágyi | 2017-11-09 | 1 | -5/+5 |
| | |||||
* | build: add Travis job to lint Go code #15372 (#15416) | Dan Melton | 2017-11-09 | 1 | -2/+16 |
| | | | | | | * build: [finishes #15372] implements generalized linter and travis job * .travis, build: minor polishes, disable deadcode | ||||
* | travis.yml: update go versions (#15154) | Davor Kapsa | 2017-09-19 | 1 | -8/+8 |
| | |||||
* | travis, appveyor: bump Go to 1.9 stable | Péter Szilágyi | 2017-08-28 | 1 | -7/+19 |
| | |||||
* | travis.yml: add fakeroot to launchpad builder | Felix Lange | 2017-06-23 | 1 | -0/+1 |
| | |||||
* | travis, appveyor: bump to Go 1.8.3, Android NDK 14b | Péter Szilágyi | 2017-05-25 | 1 | -12/+12 |
| | |||||
* | travis: adapt build script to new travis VM settings | Péter Szilágyi | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | travis, appveyor: update to Go 1.8.1 | Péter Szilágyi | 2017-04-09 | 1 | -28/+9 |
| | |||||
* | .travis, build: autodelete old unstable archives (#13867) | Péter Szilágyi | 2017-04-06 | 1 | -0/+10 |
| | | | | | | | | This commit adds a build step to travis to auto-delete unstable archives older than 14 days (our regular release schedule) from Azure via ci.go purge. The commit also pulls in the latest Azure storage code, also switching over from the old import path (github.com/Azure/azure-sdk-for-go) to the new split one (github.com/Azure/azure-storage-go). | ||||
* | travis.yml: re-add missing build commands for Go 1.7 | Felix Lange | 2017-03-24 | 1 | -1/+3 |
| | |||||
* | build: always run go vet | Felix Lange | 2017-03-24 | 1 | -2/+2 |
| | | | | | This ensures 'make test' finds all errors that remote CI would find. Go 1.7 vet reports a false positive in package log, add a workaround. | ||||
* | swarm/api: support mounting manifests via FUSE (#3690) | Zahoor Mohamed | 2017-03-23 | 1 | -0/+15 |
| | |||||
* | build: require Go >= 1.7 | Felix Lange | 2017-03-22 | 1 | -8/+0 |
| | | | | | | | We have decided to bump the requirement to Go 1.7 because it enables subtests and allows dropping backwards-compatibility code. This is in line with Go's support policy. Go 1.6 and earlier no longer receive security updates. | ||||
* | travis: switch to cocoapods 1.2.0 stable | Péter Szilágyi | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | travis: support building mips32 and mips64 too | Péter Szilágyi | 2017-03-02 | 1 | -0/+26 |
| | |||||
* | travis: only run go vet and misspell on latest Go | Péter Szilágyi | 2017-02-22 | 1 | -1/+10 |
| | |||||
* | travis: fallback ARM64 builds to Go 1.7.5 due to compiler bug | Péter Szilágyi | 2017-02-20 | 1 | -0/+19 |
| | |||||
* | travis, appveyor: update builders to Go 1.8 | Péter Szilágyi | 2017-02-20 | 1 | -6/+9 |
| | |||||
* | travis: split Android off OSX, use native image | Péter Szilágyi | 2017-02-11 | 1 | -13/+38 |
| | |||||
* | travis: Install Android NDK explicitly, removed from gomobile (#3593) | Péter Szilágyi | 2017-01-20 | 1 | -1/+2 |
| | | | | | | The Android NDK was recently removed from gomobile, leading to our Android builds failing. Starting from https://go-review.googlesource.com/#/c/35173/ , gomobile requires a locally installed NDK. This PR ensures that travis installs that too before running the build steps. | ||||
* | travis, appveyor, build: add source spell checking | Péter Szilágyi | 2017-01-13 | 1 | -1/+1 |
| | |||||
* | travis, appveyor: build with Go 1.7.4 | Péter Szilágyi | 2016-12-14 | 1 | -4/+4 |
| | |||||
* | travis: dash of black magic to summon the cache daemon (#3288) | Péter Szilágyi | 2016-11-17 | 1 | -9/+8 |
| | |||||
* | travis: only install the needed three android platforms (#3274) | Péter Szilágyi | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | travis.yml: upload to the real PPA | Felix Lange | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | travis: force xcode to finish iOS simulator configs (#3265) | Péter Szilágyi | 2016-11-15 | 1 | -0/+2 |
| | |||||
* | travis, build: further maven and gpg refinements | Péter Szilágyi | 2016-11-15 | 1 | -6/+7 |
| | |||||
* | travis, build: fix mobile build issues on travis | Péter Szilágyi | 2016-11-15 | 1 | -0/+1 |
| | |||||
* | travis: work around "timeout features" | Péter Szilágyi | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | travis, build: cocoapods build fixes and travis caches | Péter Szilágyi | 2016-11-15 | 1 | -0/+9 |
| | |||||
* | build: iOS XCode framework build and upload | Péter Szilágyi | 2016-11-14 | 1 | -1/+5 |
| | |||||
* | .travis, build: Build step to push .aar to Maven Central | Péter Szilágyi | 2016-11-14 | 1 | -12/+5 |
| | |||||
* | mobile: initial wrappers for mobile support | Péter Szilágyi | 2016-11-14 | 1 | -0/+15 |
| | |||||
* | travis: build to all supported linux architectures (#3235) | Péter Szilágyi | 2016-11-04 | 1 | -1/+16 |
| | |||||
* | build, internal/build: misc improvements (#3229) | Felix Lange | 2016-11-03 | 1 | -3/+1 |
| | | | | | | | | | | | | | * 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 | ||||
* | travis, build: enable 386 builds too for linux and osx | Péter Szilágyi | 2016-11-03 | 1 | -2/+7 |
| | |||||
* | travis, build: implement uploading archives to azure | Péter Szilágyi | 2016-11-03 | 1 | -4/+17 |
| | |||||
* | build: improve debian packaging | Felix Lange | 2016-10-02 | 1 | -1/+1 |
| | | | | | | | | | | This commit tweaks the debian packaging tool: * All build environment metadata can now be overriden on the command line. This allows testing the CI build behaviour locally. * -unstable packages now actually contain the binaries (oops) * packages use Go 1.7 to build * archiving is skipped for PR builds | ||||
* | travis.yml: remove go 1.4 builder | Felix Lange | 2016-09-26 | 1 | -3/+0 |
| | |||||
* | TravisCI: add Go 1.7 targets, bump PPA to 1.7 too | Péter Szilágyi | 2016-08-17 | 1 | -2/+5 |
| | |||||
* | build: add ci.go, use it everywhere | Felix Lange | 2016-06-22 | 1 | -20/+34 |
| | | | | | | 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. | ||||
* | travis: run CI builds against multiple Go versions | Péter Szilágyi | 2016-05-05 | 1 | -3/+5 |
| | |||||
* | crypto/secp256k1: remove dependency on libgmp | Felix Lange | 2015-12-04 | 1 | -4/+0 |
| | | | | | Turns out we actually don't need it, USE_NUM_NONE works because we also set USE_FIELD_INV_BUILTIN. | ||||
* | Codecov integration | Taylor Gerring | 2015-08-19 | 1 | -2/+2 |
| | |||||
* | Travis container support | Taylor Gerring | 2015-07-18 | 1 | -4/+5 |
| | |||||
* | Travis and README cleanup | Taylor Gerring | 2015-06-25 | 1 | -6/+3 |
| | |||||
* | travis: removed qt deps | obscuren | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Use Makefile for Travis tests | Felix Lange | 2015-04-29 | 1 | -4/+3 |
| | |||||
* | Remove old go cover location | Taylor Gerring | 2015-03-29 | 1 | -1/+1 |
| | |||||
* | Added gitter integration for travis | obscuren | 2015-03-24 | 1 | -0/+7 |
| | |||||
* | Update Go and Qt versions | Taylor Gerring | 2015-02-25 | 1 | -2/+2 |
| | |||||
* | Don't print per-function testing results | Taylor Gerring | 2015-02-21 | 1 | -0/+5 |
| | |||||
* | .travis.yml: don't run gofmt, goimports, golint | Felix Lange | 2015-02-20 | 1 | -5/+0 |
| | | | | | | This should yield another 30-second speed up. Nobody looks at the output of those anyway. We might want bring back gofmt later and actually fail the build if source is not formatted. | ||||
* | .travis.yml: speed up tests on Travis | Felix Lange | 2015-02-20 | 1 | -3/+0 |
| | | | | This should decrease test runtime to about 30 seconds. | ||||
* | Update Travis to use godep | Taylor Gerring | 2015-02-16 | 1 | -1/+2 |
| | |||||
* | Add go check to prefetched test dependencies | Taylor Gerring | 2015-02-06 | 1 | -0/+1 |
| | |||||
* | Updated go list command | Taylor Gerring | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Use after_success build step | Taylor Gerring | 2015-02-06 | 1 | -1/+3 |
| | |||||
* | No long use v1 branch of qml repo | Taylor Gerring | 2015-02-06 | 1 | -2/+1 |
| | |||||
* | Pin Travis go version to 1.4.1 | Taylor Gerring | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Only submit on coverage report success | Taylor Gerring | 2015-02-06 | 1 | -2/+1 |
| | |||||
* | Only download missing deps, not build | Taylor Gerring | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Separate Coveralls submission from coverage script | Taylor Gerring | 2015-02-03 | 1 | -0/+1 |
| | |||||
* | Travis fixes for Qt5.4 | Taylor Gerring | 2015-01-31 | 1 | -4/+7 |
| | |||||
* | Travis fix | Taylor Gerring | 2015-01-30 | 1 | -0/+1 |
| | | | | Satisfy dependency for obscuren/qml fork | ||||
* | Move goveralls call to script | Taylor Gerring | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | Update travis go version to tip | Taylor Gerring | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | inline dependency installation script | Taylor Gerring | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | Update cover command installation | Taylor Gerring | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | Updated tool import paths | Taylor Gerring | 2014-12-22 | 1 | -2/+2 |
| | |||||
* | chain coverage report & submission | Taylor Gerring | 2014-11-27 | 1 | -3/+1 |
| | | | | | prevent coverage results from being submitted to coveralls if when the build fails | ||||
* | Undo running `go vet` in travis | Taylor Gerring | 2014-11-18 | 1 | -2/+2 |
| | |||||
* | enable `go vet` | Taylor Gerring | 2014-11-18 | 1 | -1/+1 |
| | |||||
* | enable golint | Taylor Gerring | 2014-11-18 | 1 | -1/+1 |
| | |||||
* | Add goveralls to travis builds | Taylor Gerring | 2014-11-16 | 1 | -0/+6 |
| | |||||
* | update travis steps | Taylor Gerring | 2014-11-16 | 1 | -3/+4 |
| | |||||
* | Reorg travis.yml | Taylor Gerring | 2014-11-16 | 1 | -6/+4 |
| | |||||
* | Update travis deps script | Taylor Gerring | 2014-11-16 | 1 | -2/+0 |
| | |||||
* | add websocket to deps | Taylor Gerring | 2014-11-16 | 1 | -0/+1 |
| | |||||
* | add go cover to install list | Taylor Gerring | 2014-11-16 | 1 | -0/+1 |
| | |||||
* | add go-nat-pmp to manual install list | Taylor Gerring | 2014-11-16 | 1 | -0/+1 |
| | |||||
* | Add -y flags | Taylor Gerring | 2014-11-16 | 1 | -2/+2 |
| | |||||
* | update apt repos | Taylor Gerring | 2014-11-16 | 1 | -1/+4 |
| | |||||
* | update travis build deps | Taylor Gerring | 2014-11-16 | 1 | -1/+1 |
| | |||||
* | make script executable | Taylor Gerring | 2014-11-16 | 1 | -1/+2 |
| | |||||
* | script fix | Taylor Gerring | 2014-11-16 | 1 | -1/+1 |
| | |||||
* | custom travis build script | Taylor Gerring | 2014-11-16 | 1 | -2/+3 |
| | | | | Based on https://github.com/daaku/go.travis/blob/master/install | ||||
* | try to fix travis dep error | Taylor Gerring | 2014-11-15 | 1 | -1/+1 |
| | |||||
* | more travis changes | Taylor Gerring | 2014-11-15 | 1 | -1/+7 |
| | |||||
* | run coverage after build | Taylor Gerring | 2014-11-15 | 1 | -1/+1 |
| | |||||
* | try to get full coverage report on travis | Taylor Gerring | 2014-11-15 | 1 | -0/+6 |
| | |||||
* | Travis bumped to 1.3 | obscuren | 2014-10-18 | 1 | -1/+1 |
| | |||||
* | sudo not udo | obscuren | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | before install | obscuren | 2014-01-10 | 1 | -0/+1 |
| | |||||
* | Added travis | obscuren | 2013-12-27 | 1 | -0/+3 |