aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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