aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-3/+3
|
* travis-ci: disable uploadsWei-Ning Huang2019-09-171-47/+41
|
* ci: build release/x.x branch (#401)Jimmy Hu2019-09-171-0/+1
|
* ci: use new cert file to run ci in travis.org (#398)bojie2019-06-151-1/+1
|
* test: run smoke test on ganache (#388)Sonic2019-06-151-2/+5
| | | | | | | | | | | | * test: run smoke test on ganache * Update build/setup_recovery_env.sh Co-Authored-By: Jsying <sonic@dexon.org> * Update build/setup_recovery_env.sh Co-Authored-By: Jsying <sonic@dexon.org>
* ci: use prod certification (#365)bojie2019-06-151-6/+6
|
* build: disable static built by default (#359)Wei-Ning Huang2019-06-151-145/+18
|
* travis-ci: disable GCP build uploadWei-Ning Huang2019-06-151-21/+21
|
* travis, appveyor, Dockerfile: upgrade to Go 1.12Samuel Marks2019-06-151-32/+16
| | | | Include serveral DEXON specific fixes.
* build: add end to end integration test for recovery mechanism (#336)Sonic2019-06-151-0/+5
|
* travis: Add notification to slackJimmy Hu2019-06-121-0/+3
|
* ci: move smoke-test to PR testWei-Ning Huang2019-06-121-17/+17
|
* ci: Only build on dev and master (#171)Jimmy Hu2019-06-121-0/+4
|
* travis: re-encrypt GCP credential file (#165)bojie2019-06-121-2/+2
|
* travis: add new CI test to test fullnode (#138)bojie2019-06-121-0/+17
|
* travis-ci: fix gcp-linux build (#114)Wei-Ning Huang2019-06-121-1/+1
| | | | The ubuntu trusty distribution binutils-aarch64-linux-gnu package does not contain the gold linker. Use the xenial distribution instead.
* travis-ci: fix osx build (#112)Wei-Ning Huang2019-06-121-2/+13
|
* app: use gcp storage instead of azure for builds (#81)bojie2019-06-121-167/+173
| | | | | * vendor: add dependencies for using GCP storage * app: use gcp storage instead of azure for builds
* ci: auto retry test (#89)Jimmy Hu2019-06-121-3/+3
|
* travis-ci: disable builders (#64)Wei-Ning Huang2019-06-121-161/+161
| | | | Disable automatic builds for now until we come up with a better solution.
* Fix lintWei-Ning Huang2019-06-121-0/+3
|
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-1/+1
|
* travis: update builders to xenial to shadow Go releasesPéter Szilágyi2019-04-081-8/+8
|
* travis.yml: add launchpad SSH public key (#19115)Péter Szilágyi2019-02-191-0/+1
| | | | (cherry picked from commit 75a931470ee006623f7f172d2a50e7723ca26187)
* .travis.yml: fix upload destination (#19043)Felix Lange2019-02-191-1/+1
| | | | (cherry picked from commit edf976ee8e7e1561cf11cbdc5a0c5edb497dda34)
* build: use SFTP for launchpad uploads (#19037)Felix Lange2019-02-191-1/+3
| | | | | | | | | | * build: use sftp for launchpad uploads * .travis.yml: configure sftp export * build: update CI docs (cherry picked from commit 3de19c8b31ab975eed1f7f276d31761f7f8b9af9)
* travis, appveyor: bump to Go 1.11.5 (#18947)Samuel Marks2019-01-301-1/+1
|
* travis, appveyor: bump to Go 1.11.4 (#18314)Samuel Marks2019-01-031-1/+1
| | | | | | * travis, appveyor: bump to Go 1.11.4 * internal/build: revert comment changes
* travis: increase open file limits (#18155)Anton Evangelatov2018-11-221-0/+8
|
* travis, appveyor: bump to Go 1.11.2 (#18031)Samuel Marks2018-11-071-1/+1
|
* travis, build: speed up CI runs (#17854)Felix Lange2018-10-081-13/+12
| | | | | | | | | | | | | | | | | | * travis: exclude non-test jobs for PRs We don't usually look at these builders and not starting them removes ~15min of build time. * build: don't run vet before tests Recent versions of Go run vet during 'go test' and we have a dedicated lint job. * build: use -timeout 5m for tests Tests sometimes hang on Travis. CI runs are aborted after 10min with no output. Adding the timeout means we get to see the stack trace for timeouts.
* travis, appveyor: bump to Go 1.11.1 (#17820)Samuel Marks2018-10-031-1/+1
|
* travis.yml: remove Go 1.9 (#17807)Anton Evangelatov2018-10-021-11/+0
|
* travis, Dockerfile, appveyor, build: bump to Go 1.11Samuel Marks2018-09-191-9/+20
|
* travis: remove brew update and osxfuse install (#17429)Anton Evangelatov2018-08-201-2/+0
|
* travis: use NDK 17b for Android archives (#17029)ligi2018-06-201-4/+4
|
* travis, appveyor: update to Go 1.10.3Péter Szilágyi2018-06-141-1/+1
|
* travis, appveyor: bump Go release to 1.10.2Péter Szilágyi2018-05-181-1/+1
|
* travis: try to upgrade android builder to trustyPéter Szilágyi2018-05-141-1/+1
|
* travis: use Android NDK 16b (#16562)ligi2018-05-101-4/+4
|
* travis.yml: remove obsolete brew-cask installDomino Valdano2018-05-021-1/+0
|
* Merge pull request #16481 from karalabe/go1.10.1Péter Szilágyi2018-04-111-9/+9
|\ | | | | travis, appveyor: bump to Go 1.10.1
| * travis, appveyor: bump to Go 1.10.1Péter Szilágyi2018-04-101-9/+9
| |
* | travis.yml: add TEST_PACKAGES to speed up swarm testing (#16456)Elad_2018-04-101-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 Lange2018-03-281-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ágyi2018-03-201-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.10Péter Szilágyi2018-03-081-8/+19
|
* travis, build, consensus: drop support for Go 1.7Péter Szilágyi2018-02-281-11/+0
|
* travis.yml: work around Go 1.9.4 issue (#16082)Felix Lange2018-02-141-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é Santoni2018-01-111-0/+1
| | | This works around travis-ci/travis-ci#8703.
* build: set CC through a command-line flag (#15784)Péter Szilágyi2018-01-021-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 Lange2017-12-071-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 builderPéter Szilágyi2017-11-091-5/+5
|
* build: add Travis job to lint Go code #15372 (#15416)Dan Melton2017-11-091-2/+16
| | | | | | * build: [finishes #15372] implements generalized linter and travis job * .travis, build: minor polishes, disable deadcode
* travis.yml: update go versions (#15154)Davor Kapsa2017-09-191-8/+8
|
* travis, appveyor: bump Go to 1.9 stablePéter Szilágyi2017-08-281-7/+19
|
* travis.yml: add fakeroot to launchpad builderFelix Lange2017-06-231-0/+1
|
* travis, appveyor: bump to Go 1.8.3, Android NDK 14bPéter Szilágyi2017-05-251-12/+12
|
* travis: adapt build script to new travis VM settingsPéter Szilágyi2017-05-081-1/+1
|
* travis, appveyor: update to Go 1.8.1Péter Szilágyi2017-04-091-28/+9
|
* .travis, build: autodelete old unstable archives (#13867)Péter Szilágyi2017-04-061-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.7Felix Lange2017-03-241-1/+3
|
* build: always run go vetFelix Lange2017-03-241-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 Mohamed2017-03-231-0/+15
|
* build: require Go >= 1.7Felix Lange2017-03-221-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 stablePéter Szilágyi2017-03-201-1/+1
|
* travis: support building mips32 and mips64 tooPéter Szilágyi2017-03-021-0/+26
|
* travis: only run go vet and misspell on latest GoPéter Szilágyi2017-02-221-1/+10
|
* travis: fallback ARM64 builds to Go 1.7.5 due to compiler bugPéter Szilágyi2017-02-201-0/+19
|
* travis, appveyor: update builders to Go 1.8Péter Szilágyi2017-02-201-6/+9
|
* travis: split Android off OSX, use native imagePéter Szilágyi2017-02-111-13/+38
|
* travis: Install Android NDK explicitly, removed from gomobile (#3593)Péter Szilágyi2017-01-201-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 checkingPéter Szilágyi2017-01-131-1/+1
|
* travis, appveyor: build with Go 1.7.4Péter Szilágyi2016-12-141-4/+4
|
* travis: dash of black magic to summon the cache daemon (#3288)Péter Szilágyi2016-11-171-9/+8
|
* travis: only install the needed three android platforms (#3274)Péter Szilágyi2016-11-161-1/+1
|
* travis.yml: upload to the real PPAFelix Lange2016-11-151-1/+1
|
* travis: force xcode to finish iOS simulator configs (#3265)Péter Szilágyi2016-11-151-0/+2
|
* travis, build: further maven and gpg refinementsPéter Szilágyi2016-11-151-6/+7
|
* travis, build: fix mobile build issues on travisPéter Szilágyi2016-11-151-0/+1
|
* travis: work around "timeout features"Péter Szilágyi2016-11-151-1/+1
|
* travis, build: cocoapods build fixes and travis cachesPéter Szilágyi2016-11-151-0/+9
|
* build: iOS XCode framework build and uploadPéter Szilágyi2016-11-141-1/+5
|
* .travis, build: Build step to push .aar to Maven CentralPéter Szilágyi2016-11-141-12/+5
|
* mobile: initial wrappers for mobile supportPéter Szilágyi2016-11-141-0/+15
|
* travis: build to all supported linux architectures (#3235)Péter Szilágyi2016-11-041-1/+16
|
* build, internal/build: misc improvements (#3229)Felix Lange2016-11-031-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 osxPéter Szilágyi2016-11-031-2/+7
|
* travis, build: implement uploading archives to azurePéter Szilágyi2016-11-031-4/+17
|
* build: improve debian packagingFelix Lange2016-10-021-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 builderFelix Lange2016-09-261-3/+0
|
* TravisCI: add Go 1.7 targets, bump PPA to 1.7 tooPéter Szilágyi2016-08-171-2/+5
|
* build: add ci.go, use it everywhereFelix Lange2016-06-221-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 versionsPéter Szilágyi2016-05-051-3/+5
|
* crypto/secp256k1: remove dependency on libgmpFelix Lange2015-12-041-4/+0
| | | | | Turns out we actually don't need it, USE_NUM_NONE works because we also set USE_FIELD_INV_BUILTIN.
* Codecov integrationTaylor Gerring2015-08-191-2/+2
|
* Travis container supportTaylor Gerring2015-07-181-4/+5
|
* Travis and README cleanupTaylor Gerring2015-06-251-6/+3
|
* travis: removed qt depsobscuren2015-06-211-1/+1
|
* Use Makefile for Travis testsFelix Lange2015-04-291-4/+3
|
* Remove old go cover locationTaylor Gerring2015-03-291-1/+1
|
* Added gitter integration for travisobscuren2015-03-241-0/+7
|
* Update Go and Qt versionsTaylor Gerring2015-02-251-2/+2
|
* Don't print per-function testing resultsTaylor Gerring2015-02-211-0/+5
|
* .travis.yml: don't run gofmt, goimports, golintFelix Lange2015-02-201-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 TravisFelix Lange2015-02-201-3/+0
| | | | This should decrease test runtime to about 30 seconds.
* Update Travis to use godepTaylor Gerring2015-02-161-1/+2
|
* Add go check to prefetched test dependenciesTaylor Gerring2015-02-061-0/+1
|
* Updated go list commandTaylor Gerring2015-02-061-1/+1
|
* Use after_success build stepTaylor Gerring2015-02-061-1/+3
|
* No long use v1 branch of qml repoTaylor Gerring2015-02-061-2/+1
|
* Pin Travis go version to 1.4.1Taylor Gerring2015-02-061-1/+1
|
* Only submit on coverage report successTaylor Gerring2015-02-061-2/+1
|
* Only download missing deps, not buildTaylor Gerring2015-02-061-1/+1
|
* Separate Coveralls submission from coverage scriptTaylor Gerring2015-02-031-0/+1
|
* Travis fixes for Qt5.4Taylor Gerring2015-01-311-4/+7
|
* Travis fixTaylor Gerring2015-01-301-0/+1
| | | | Satisfy dependency for obscuren/qml fork
* Move goveralls call to scriptTaylor Gerring2014-12-221-1/+1
|
* Update travis go version to tipTaylor Gerring2014-12-221-1/+1
|
* inline dependency installation scriptTaylor Gerring2014-12-221-1/+1
|
* Update cover command installationTaylor Gerring2014-12-221-1/+1
|
* Updated tool import pathsTaylor Gerring2014-12-221-2/+2
|
* chain coverage report & submissionTaylor Gerring2014-11-271-3/+1
| | | | | prevent coverage results from being submitted to coveralls if when the build fails
* Undo running `go vet` in travisTaylor Gerring2014-11-181-2/+2
|
* enable `go vet`Taylor Gerring2014-11-181-1/+1
|
* enable golintTaylor Gerring2014-11-181-1/+1
|
* Add goveralls to travis buildsTaylor Gerring2014-11-161-0/+6
|
* update travis stepsTaylor Gerring2014-11-161-3/+4
|
* Reorg travis.ymlTaylor Gerring2014-11-161-6/+4
|
* Update travis deps scriptTaylor Gerring2014-11-161-2/+0
|
* add websocket to depsTaylor Gerring2014-11-161-0/+1
|
* add go cover to install listTaylor Gerring2014-11-161-0/+1
|
* add go-nat-pmp to manual install listTaylor Gerring2014-11-161-0/+1
|
* Add -y flagsTaylor Gerring2014-11-161-2/+2
|
* update apt reposTaylor Gerring2014-11-161-1/+4
|
* update travis build depsTaylor Gerring2014-11-161-1/+1
|
* make script executableTaylor Gerring2014-11-161-1/+2
|
* script fixTaylor Gerring2014-11-161-1/+1
|
* custom travis build scriptTaylor Gerring2014-11-161-2/+3
| | | | Based on https://github.com/daaku/go.travis/blob/master/install
* try to fix travis dep errorTaylor Gerring2014-11-151-1/+1
|
* more travis changesTaylor Gerring2014-11-151-1/+7
|
* run coverage after buildTaylor Gerring2014-11-151-1/+1
|
* try to get full coverage report on travisTaylor Gerring2014-11-151-0/+6
|
* Travis bumped to 1.3obscuren2014-10-181-1/+1
|
* sudo not udoobscuren2014-01-101-1/+1
|
* before installobscuren2014-01-101-0/+1
|
* Added travisobscuren2013-12-271-0/+3