Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-02 | ci: Drop no longer needed `update-alternatives` | Hennadii Stepanov | |
2022-02-01 | ci: Use dash when building depends in centos build | MarcoFalke | |
2022-02-01 | scripted-diff: Rename DOCKER_EXEC to CI_EXEC | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed -i "s/DOCKER_EXEC/CI_EXEC/g" $(git grep -l DOCKER_EXEC) -END VERIFY SCRIPT- | |||
2022-02-01 | ci: Bump CentOS 8 image | MarcoFalke | |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- Commits of previous years: * 2020: fa0074e2d82928016a43ca408717154a1c70a4db * 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0 | |||
2021-11-25 | ci: Revamp Android SDK cache, and update it timely | Hennadii Stepanov | |
2021-11-25 | ci: Make macOS SDK cache independent, and update it timely | Hennadii Stepanov | |
2021-11-13 | test: Enable SC2086 shellcheck rule | Hennadii Stepanov | |
2021-03-28 | ci: Build depends only once for Android build | MarcoFalke | |
Depends is currently built twice for the Android build. For example, the same task building it twice: * https://cirrus-ci.com/task/6673185279049728?logs=ci#L3418 (aarch64-linux-android) * https://cirrus-ci.com/task/6673185279049728?logs=ci#L3422 (x86_64-pc-linux-gnu, 4 lines later) | |||
2021-03-21 | CI: add Android APK build script | Igor Cota | |
2021-02-20 | ci: Avoid invoking curl on the host | MarcoFalke | |
2020-12-17 | ci: Drop travis_fold feature as Travis CI is no longer used | Hennadii Stepanov | |
2020-11-23 | ci: Run i686 centos ci config on cirrus | MarcoFalke | |
2020-11-09 | ci: Replace TRAVIS_OS_NAME with CI_OS_NAME | MarcoFalke | |
Also enable free disk space check unconditionally | |||
2020-08-29 | scripted-diff: Move previous_release.py to test/get_previous_releases.py | Hennadii Stepanov | |
-BEGIN VERIFY SCRIPT- OLD=contrib/devtools/previous_release.py NEW=test/get_previous_releases.py sed -i "s|$OLD|$NEW|g" $(git grep -l $OLD) git mv $OLD $NEW -END VERIFY SCRIPT- | |||
2020-07-05 | Remove previous_release.sh | Brian Liotti | |
2020-06-23 | build: Add MemorySanitizer (MSan) in Travis to detect use of uninitialized ↵ | practicalswift | |
memory | |||
2020-06-22 | Adapt rest of tooling to new SDK naming scheme | Carl Dong | |
2020-06-14 | ci: Move travis workarounds to .travis.yml | MarcoFalke | |
2020-05-30 | ci: Mute depends logs completely | MarcoFalke | |
2020-05-08 | [ci] make list of previous releases to download a setting | Sjors Provoost | |
Co-Authored-By: MarcoFalke <falke.marco@gmail.com> | |||
2020-05-04 | [test] backwards compatibility: bump v0.19.0.1 to v0.19.1 | Sjors Provoost | |
2020-04-29 | test: added test for upgradewallet RPC | Harris | |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-03-02 | doc: Correct spelling errors in comments | Ben Woosley | |
And ci script output. Identified via test/lint/lint-spelling | |||
2020-02-11 | [test] add 0.19 backwards compatibility tests | Sjors Provoost | |
2020-02-11 | [tests] check v0.17.1 and v0.18.1 backwards compatibility | Sjors Provoost | |
2020-01-08 | ci: Combine 32-bit build with CentOS 7 build | Sebastian Falbesoner | |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2019-11-21 | scripted-diff: Use ci DEPENDS_DIR, remove BASE_BUILD_DIR | MarcoFalke | |
-BEGIN VERIFY SCRIPT- # Use ci DEPENDS_DIR sed -i -e 's|BASE_BUILD_DIR/depends|DEPENDS_DIR|g' $(git grep -l depends ci) sed -i -e 's| depends/| ${DEPENDS_DIR}/|g' $(git grep -l depends ci) # Remove redundant alias sed -i -e 's|BASE_BUILD_DIR|BASE_ROOT_DIR|g' $(git grep -l BASE_BUILD_DIR ci) -END VERIFY SCRIPT- | |||
2019-11-09 | ci: Make all filesystem operations inside docker | MarcoFalke | |
2019-10-17 | ci: Remove redundant check for TRAVIS_OS_NAME | MarcoFalke | |
Can be reviewed with git diff --ignore-all-space --function-context | |||
2019-10-14 | travis: run tests on macOS native | Sjors Provoost | |
Review hint: git show -w Co-authored-by: MarcoFalke <falke.marco@gmail.com> Co-authored-by: keneanung <keneanung@googlemail.com> Co-authored-by: Vadim Peretokin <vperetokin@gmail.com> | |||
2019-08-15 | ci: Rename .travis/ to ./ci/ | MarcoFalke | |