aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2018-11-22travis: --disable-hardening for xenial thread sanitizerMarcoFalke
2018-11-22travis: Run thread sanitizerMarcoFalke
2018-11-20Do not specify sudo in .travisJulian Fleischer
2018-11-06Add llvm-symbolizer directory to PATH. Needed to get symbolized stack traces ...practicalswift
2018-11-05Enable functional tests in UBSAN job. Enable -fsanitize=integer (part of UBSA...practicalswift
2018-11-05Merge #14092: tests: Dry run bench_bitcoin as part "make check" to allow for ...MarcoFalke
2018-11-02Merge #14528: travis: Compile once on xenialMarcoFalke
2018-10-28travis: Save cache on build errorChun Kuan Lee
2018-10-26Merge #13515: travis: Enable qt for all jobsMarcoFalke
2018-10-20travis: Compile once on xenialMarcoFalke
2018-09-25qa: Run more tests with wallet disabledMarcoFalke
2018-09-10travis: avoid timeout without saving caches, also enable all qtChun Kuan Lee
2018-08-30Remove RUN_BENCH logicpracticalswift
2018-08-28travis: add CXXFLAGS=-Wnopsabi at ARM jobChun Kuan Lee
2018-08-27use export LC_ALL=C.UTF-8Julian Fleischer
2018-08-27make script exit if a command failsJulian Fleischer
2018-08-27move remaining travis build steps into individual filesJulian Fleischer
2018-08-27number .travis/ script according to build lifecycle and add README to explainJulian Fleischer
2018-08-27move lint stage up to resemble travis build uiJulian Fleischer
2018-08-27move script sections info individual files and comply with shellcheckJulian Fleischer
2018-08-26travis: Run unit tests --with-sanitizers=undefinedMarcoFalke
2018-08-03qa: Create unicode tempdir in test_runnerMarcoFalke
2018-08-02use only travis jobs: instead of mix of jobs+matrixJulian Fleischer
2018-08-01travis: Run bench_bitcoin onceMarcoFalke
2018-07-30Merge #13779: travis: improve readability of travis.yml and log outputsMarcoFalke
2018-07-30use travis:fold in test script stepsJulian Fleischer
2018-07-27make .travis/yml a bit more readableJulian Fleischer
2018-07-26travis: Retry to fetch docker imageMarcoFalke
2018-07-25depends: set OSX_MIN_VERSION to 10.10fanquake
2018-07-24Merge #13650: [travis] Don't store debug info if --enable-debug is setMarcoFalke
2018-07-21Use the Travis python language feature on the lint buildBen Woosley
2018-07-21Don't unnecessarily install shellcheck on the lint buildBen Woosley
2018-07-20Avoid unnecessarily setting env variables on the lint buildBen Woosley
2018-07-20Merge #13482: Remove boost::program_options dependencyWladimir J. van der Laan
2018-07-19[travis] Don't store debug info if --enable-debug is setChun Kuan Lee
2018-07-18Remove program options from build systemChun Kuan Lee
2018-07-17travis: Check that ~/.bitcoin is never createdMarcoFalke
2018-06-24travis: Build with --enable-debug (x86_64-unknown-linux-gnu)practicalswift
2018-06-24Merge #13458: gui: Drop qt4 supportWladimir J. van der Laan
2018-06-18test: Update travis to not test Qt4 anymoreWladimir J. van der Laan
2018-06-13Merge #13406: travis: Change Mac goal to all deployMarcoFalke
2018-06-12travis: Change Mac goal to all deploy so that travis can build all executable...Chun Kuan Lee
2018-06-12travis: Increase travis_wait time while verifying commitsChun Kuan Lee
2018-06-12Use python instead of slow shell script on verify-commitsChun Kuan Lee
2018-05-30travis: Skip cache for lint stageMarcoFalke
2018-05-29Merge #13215: Travis: Build tests on Ubuntu 18.04 with dockerWladimir J. van der Laan
2018-05-25Travis: Build tests on Ubuntu 18.04 with dockerChun Kuan Lee
2018-05-24test: Move linters to test/lint, add readmeMarcoFalke
2018-05-12travis: 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