Péter Szilágyi
afe41de6b3
travis: build to all supported linux architectures ( #3235 )
8 years ago
Felix Lange
ed2bc7fbe9
build, internal/build: misc improvements ( #3229 )
...
* 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
8 years ago
Péter Szilágyi
2f9f2cbb19
travis, build: enable 386 builds too for linux and osx
8 years ago
Péter Szilágyi
3b62c145f8
travis, build: implement uploading archives to azure
8 years ago
Felix Lange
4f7627972e
build: improve debian packaging
...
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
8 years ago
Felix Lange
0951524ca2
travis.yml: remove go 1.4 builder
8 years ago
Péter Szilágyi
2fab2b310b
TravisCI: add Go 1.7 targets, bump PPA to 1.7 too
8 years ago
Felix Lange
6c33ba14a4
build: add ci.go, use it everywhere
...
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.
8 years ago
Péter Szilágyi
bc3b406bff
travis: run CI builds against multiple Go versions
9 years ago
Felix Lange
02356b36d6
crypto/secp256k1: remove dependency on libgmp
...
Turns out we actually don't need it, USE_NUM_NONE works
because we also set USE_FIELD_INV_BUILTIN.
9 years ago
Taylor Gerring
cc87551edc
Codecov integration
9 years ago
Taylor Gerring
5a41326521
Travis container support
9 years ago
Taylor Gerring
c6dbe9dc07
Travis and README cleanup
10 years ago
obscuren
46bd6c43db
travis: removed qt deps
10 years ago
Felix Lange
aa03e53ca8
Use Makefile for Travis tests
10 years ago
Taylor Gerring
2ca6a800ad
Remove old go cover location
10 years ago
obscuren
118b79eca7
Added gitter integration for travis
10 years ago
Taylor Gerring
ce2b2422d6
Update Go and Qt versions
10 years ago
Taylor Gerring
d8f7cb2f55
Don't print per-function testing results
10 years ago
Felix Lange
3b12a9293c
.travis.yml: don't run gofmt, goimports, golint
...
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.
10 years ago
Felix Lange
654f7f707c
.travis.yml: speed up tests on Travis
...
This should decrease test runtime to about 30 seconds.
10 years ago
Taylor Gerring
68f6ddc5aa
Update Travis to use godep
10 years ago
Taylor Gerring
e4bb419707
Add go check to prefetched test dependencies
10 years ago
Taylor Gerring
5e0b2b260c
Updated go list command
10 years ago
Taylor Gerring
b58b6b9bac
Use after_success build step
10 years ago
Taylor Gerring
f3ac378ca4
No long use v1 branch of qml repo
10 years ago
Taylor Gerring
59665ade85
Pin Travis go version to 1.4.1
10 years ago
Taylor Gerring
c1f6e259a9
Only submit on coverage report success
10 years ago
Taylor Gerring
03b89ab712
Only download missing deps, not build
10 years ago
Taylor Gerring
57c6caf146
Separate Coveralls submission from coverage script
10 years ago
Taylor Gerring
56a0131778
Travis fixes for Qt5.4
10 years ago
Taylor Gerring
447bad9dbd
Travis fix
...
Satisfy dependency for obscuren/qml fork
10 years ago
Gav Wood
ded221fba2
Merge commit 'ab745d3b0eb89d67db1ed953020c665be3d072ed' into develop
...
Conflicts:
libjsqrc/ethereumjs/.travis.yml
libjsqrc/ethereumjs/README.md
libjsqrc/ethereumjs/dist/ethereum.js
libjsqrc/ethereumjs/dist/ethereum.js.map
libjsqrc/ethereumjs/lib/abi.js
libjsqrc/ethereumjs/package.json
10 years ago
Marek Kotewicz
a4e6f0b3c6
fixed travis.yml && added nmp test script
10 years ago
Taylor Gerring
43bf3b4a78
Move goveralls call to script
10 years ago
Taylor Gerring
03dc6ec0d4
Update travis go version to tip
10 years ago
Taylor Gerring
f7ec759ef0
inline dependency installation script
10 years ago
Taylor Gerring
7a79428278
Update cover command installation
10 years ago
Taylor Gerring
176c98eb66
Updated tool import paths
10 years ago
Taylor Gerring
c17a3cb0ce
chain coverage report & submission
...
prevent coverage results from being submitted to coveralls if when the
build fails
10 years ago
Taylor Gerring
5c958ec5f6
Undo running `go vet` in travis
10 years ago
Taylor Gerring
2a5af8fac7
enable `go vet`
10 years ago
Taylor Gerring
559a81da6f
enable golint
10 years ago
Taylor Gerring
f82fb889b7
Add goveralls to travis builds
10 years ago
Taylor Gerring
71b338e8ac
update travis steps
10 years ago
Taylor Gerring
58812fad42
Reorg travis.yml
10 years ago
Taylor Gerring
790ded0f47
Update travis deps script
10 years ago
Taylor Gerring
6dbd7a9a80
add websocket to deps
10 years ago
Taylor Gerring
e1e50f4afd
add go cover to install list
10 years ago
Taylor Gerring
3a656c07f1
add go-nat-pmp to manual install list
10 years ago