index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.travis.yml
Age
Commit message (
Expand
)
Author
2018-08-27
use export LC_ALL=C.UTF-8
Julian Fleischer
2018-08-27
make script exit if a command fails
Julian Fleischer
2018-08-27
move remaining travis build steps into individual files
Julian Fleischer
2018-08-27
number .travis/ script according to build lifecycle and add README to explain
Julian Fleischer
2018-08-27
move lint stage up to resemble travis build ui
Julian Fleischer
2018-08-27
move script sections info individual files and comply with shellcheck
Julian Fleischer
2018-08-26
travis: Run unit tests --with-sanitizers=undefined
MarcoFalke
2018-08-03
qa: Create unicode tempdir in test_runner
MarcoFalke
2018-08-02
use only travis jobs: instead of mix of jobs+matrix
Julian Fleischer
2018-08-01
travis: Run bench_bitcoin once
MarcoFalke
2018-07-30
Merge #13779: travis: improve readability of travis.yml and log outputs
MarcoFalke
2018-07-30
use travis:fold in test script steps
Julian Fleischer
2018-07-27
make .travis/yml a bit more readable
Julian Fleischer
2018-07-26
travis: Retry to fetch docker image
MarcoFalke
2018-07-25
depends: set OSX_MIN_VERSION to 10.10
fanquake
2018-07-24
Merge #13650: [travis] Don't store debug info if --enable-debug is set
MarcoFalke
2018-07-21
Use the Travis python language feature on the lint build
Ben Woosley
2018-07-21
Don't unnecessarily install shellcheck on the lint build
Ben Woosley
2018-07-20
Avoid unnecessarily setting env variables on the lint build
Ben Woosley
2018-07-20
Merge #13482: Remove boost::program_options dependency
Wladimir J. van der Laan
2018-07-19
[travis] Don't store debug info if --enable-debug is set
Chun Kuan Lee
2018-07-18
Remove program options from build system
Chun Kuan Lee
2018-07-17
travis: Check that ~/.bitcoin is never created
MarcoFalke
2018-06-24
travis: Build with --enable-debug (x86_64-unknown-linux-gnu)
practicalswift
2018-06-24
Merge #13458: gui: Drop qt4 support
Wladimir J. van der Laan
2018-06-18
test: Update travis to not test Qt4 anymore
Wladimir J. van der Laan
2018-06-13
Merge #13406: travis: Change Mac goal to all deploy
MarcoFalke
2018-06-12
travis: Change Mac goal to all deploy so that travis can build all executable...
Chun Kuan Lee
2018-06-12
travis: Increase travis_wait time while verifying commits
Chun Kuan Lee
2018-06-12
Use python instead of slow shell script on verify-commits
Chun Kuan Lee
2018-05-30
travis: Skip cache for lint stage
MarcoFalke
2018-05-29
Merge #13215: Travis: Build tests on Ubuntu 18.04 with docker
Wladimir J. van der Laan
2018-05-25
Travis: Build tests on Ubuntu 18.04 with docker
Chun Kuan Lee
2018-05-24
test: Move linters to test/lint, add readme
MarcoFalke
2018-05-12
travis: Rename the build stage "check_doc" to "lint"
practicalswift
2018-05-09
[bitcoin-11004] creating another jobs for the CHECK_DOC=1, separated from the...
Grady Laksmono
2018-04-27
Use --failfast when running functional tests on Travis
James O'Beirne
2018-04-11
Add shell script linting: Check for shellcheck warnings in shell scripts
practicalswift
2018-04-09
Reorder travis builds
Pieter Wuille
2018-03-31
travis: Run verify-commits only on cron jobs
MarcoFalke
2018-03-30
test: Remove travis checkout depth
Wladimir J. van der Laan
2018-03-23
[CI]: bump travis timeout for make check to 50m
Karl-Johan Alm
2018-03-13
travis: Clone depth 1 unless $CHECK_DOC
MarcoFalke
2018-03-13
Merge #12405: travis: Full clone for git subtree check
MarcoFalke
2018-03-06
depends: Remove ccache
fanquake
2018-02-15
travis: Full clone for git subtree check
MarcoFalke
2018-01-29
[tests] Fix names of excluded extended tests for travis
Anthony Towns
2017-12-10
Add Travis check for unused Python imports
practicalswift
2017-11-29
[tests] Add combinedlogslen argument to test_runner.py
John Newbery
2017-11-15
[travis-ci] Only run linters on Pull Requests
John Newbery
[next]