Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-05 | Merge #10509: Remove xvfb configuration from travis | MarcoFalke | |
e4bc19f Remove xvfb configuration from travis (Russell Yanofsky) Tree-SHA512: 802e2e4dc13bdf29ab276e9c9e3adfc5b00c04a18b8e8d82b5b1b1246e6ba35c159b955c1e00f6a30167d06c45704c1eab4af7f6f7c8136fcadf3afeb30ffca4 | |||
2017-06-02 | Remove xvfb configuration from travis | Russell Yanofsky | |
Should no longer be needed after #10142: bf10264 "Run bitcoin_test-qt under minimal QPA platform" | |||
2017-06-01 | Increase travis unit test timeout | Pieter Wuille | |
2017-05-04 | devtools: add script to verify scriptable changes | Cory Fields | |
2017-04-04 | [trivial] remove unused line in Travis config | John Newbery | |
2017-03-28 | Make all Travis test runs quiet, non just cron job runs | John Newbery | |
2017-03-27 | Update travis config to run rpc-tests.py in quiet mode | John Newbery | |
2017-03-22 | Run extended tests once daily | John Newbery | |
2017-03-20 | Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py | John Newbery | |
2017-03-20 | Rename rpc-tests directory to functional | John Newbery | |
2017-03-17 | Merge #9974: Add basic Qt wallet test | Jonas Schnelli | |
9576b01 Enable xvfb in travis to allow running test_bitcoin-qt (Russell Yanofsky) 9e6817e Add new test_bitcoin-qt static library dependencies (Russell Yanofsky) 2754ef1 Add simple qt wallet test sending a transaction (Russell Yanofsky) b61b34c Add braces to if statements in Qt test_main (Russell Yanofsky) cc9503c Make qt test compatible with TestChain100Setup framework (Russell Yanofsky) 91e3035 Make test_bitcoin.cpp compatible with Qt Test framework (Russell Yanofsky) Tree-SHA512: da491181848b8c39138e997ae5ff2df0b16eef2d9cdd0a965229b1a28d4fa862d5f1ef314a1736e5050e88858f329124d15c689659fc6e50fefde769ba24e523 | |||
2017-03-15 | Enable xvfb in travis to allow running test_bitcoin-qt | Russell Yanofsky | |
Avoids following error: QXcbConnection: Could not connect to display | |||
2017-03-09 | Fix travis failing to fetch keys from the sks keyserver pool | Matt Corallo | |
Just use the "subset" pool for now, at least none of those are currently broken, AFAIK. | |||
2017-02-28 | travis: Verify commits only for one target | MarcoFalke | |
This abuses the CHECK_DOC flag to serve as a general indicator to execute platform independent sanity checks. | |||
2017-02-01 | Test that pushes to bitcoin/bitcoin are signed per verify-commits | Matt Corallo | |
2017-01-11 | travis: make distdir before make | MarcoFalke | |
2016-12-20 | travis: make distdir | MarcoFalke | |
2016-09-22 | [travis] cross-mac: explicitly enable gui | MarcoFalke | |
2016-08-17 | [travis] Drop java | MarcoFalke | |
2016-08-17 | travis: Remove hostname hack | Wladimir J. van der Laan | |
This was required for java, and we no longer use java for the tests. | |||
2016-06-20 | [travis] Update SDK_URL | MarcoFalke | |
2016-06-18 | Use runtime linking of QT libdbus, use custom/temp. SDK URL | Jonas Schnelli | |
2016-06-17 | Fix bitcoin_qt.m4 and fix-xcb-include-order.patch | Jonas Schnelli | |
2016-06-10 | Merge #8067: travis: use slim generic image, and some fixups | Wladimir J. van der Laan | |
2ca8962 travis: use slim generic image, and some fixups (Cory Fields) | |||
2016-06-01 | travis: use out-of-tree build | Cory Fields | |
2016-05-21 | travis: use slim generic image, and some fixups | Cory Fields | |
Now that caches are distinct (https://github.com/travis-ci/travis-ci/issues/4393), we can use the Travis minimal image. The minimal image should take less time to setup and lead to quicker builds. Also addressed while I'm in here: - No need to delete the broken google-chrome repo in the minimal image - Set the hostname to work-around an openjdk bug - Remove the non-functional apt-cache option - Remove useless message at completion - Install jre where the java tests are run | |||
2016-05-19 | travis: 'make check' in parallel and verbose | Cory Fields | |
- 'make check' in parallel, since the log will take care of clean output - 'make check' verbose, so that test failure causes aren't hidden | |||
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-04-26 | travis: temporarily disable qt to avoid timeouts | Cory Fields | |
These builds take longer than they did on precise. Disable them now to keep things working, we can re-enable them after experimentation | |||
2016-04-26 | travis: Don't disable writing ccache for pull-requests | Cory Fields | |
This was doing more harm than good. The original intention was to speed up builds, since a PR's ccache results will be thrown away anyway. However, each PR maintains its own cache, so disabling writes means that subsequent pushes don't benefit from the fresh cache. This is significant when (for example) many headers are touched in a PR, then the PR is updated. With this change, the updated PR will take advantage of the cache generated during the PR's previous build. | |||
2016-04-25 | travis: drop MAKEJOBS=2 for windows compilers | Cory Fields | |
These were only in place because of the old precice mingw toolchain | |||
2016-04-21 | travis: switch to Trusty | Cory Fields | |
2016-04-05 | [travis] echo $TRAVIS_COMMIT_RANGE | MarcoFalke | |
2016-04-03 | [travis] Print the commit which was evaluated | MarcoFalke | |
2016-03-03 | [travis] Exit early when check-doc.py fails | MarcoFalke | |
2016-03-03 | Merge #7620: [travis] Only run check-doc.py once | Wladimir J. van der Laan | |
fa1b80d [travis] Only run check-doc.py once (MarcoFalke) | |||
2016-02-15 | Merge #7487: Workaround Travis-side CI issues | Wladimir J. van der Laan | |
149641e Travis: Use Blue Box VMs for IPv6 loopback support (Luke Dashjr) c01f08d Bugfix: depends/Travis: Use --location (follow redirects) and --fail [on HTTP error response] with curl (Luke Dashjr) 5d1148c Travis: Use curl rather than wget for Mac SDK (Luke Dashjr) 1ecbb3b depends: Use curl for fetching on Linux (Luke Dashjr) | |||
2016-02-09 | Travis: Use Blue Box VMs for IPv6 loopback support | Luke Dashjr | |
2016-02-09 | Bugfix: depends/Travis: Use --location (follow redirects) and --fail [on ↵ | Luke Dashjr | |
HTTP error response] with curl | |||
2016-02-09 | Travis: Use curl rather than wget for Mac SDK | Luke Dashjr | |
2016-02-03 | Merge branch 'master' into single_prodname | Luke Dashjr | |
2016-02-01 | [travis] Only run check-doc.py once | MarcoFalke | |
2016-01-18 | [travis] Run contrib/devtools/check-doc.py early | MarcoFalke | |
2016-01-04 | [travis] Fail when documentation is outdated | MarcoFalke | |
2015-12-22 | Travis & gitian-osx: Use depends for ds_store and mac_alias modules | Luke Dashjr | |
2015-12-22 | macdeploy: Use rsvg-convert rather than cairosvg | Luke Dashjr | |
2015-12-22 | More complicated package name substitution for Mac deployment | Luke Dashjr | |
2015-11-30 | Fix url in .travis.yml | MarcoFalke | |
2015-11-11 | Add basic coverage reporting for RPC tests | James O'Beirne | |
Thanks to @MarcoFalke @dexX7 @laanwj for review. | |||
2015-10-01 | Migrated rpc-tests.sh to all python rpc-tests.py | ptschip | |
1) created rpc-tests.py 2) deleted rpc-tests.sh 3) travis.yml points to rpc-tests.py 4) Modified Makefile.am 5) Updated README.md 6) Added tests_config.py and deleted tests-config.sh 7) Modified configure.ac with script to set correct path in tests_config.py |