MarcoFalke
|
fac577d423
|
ci: Build depends only once for Android build
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-28 20:05:31 +02:00 |
|
Igor Cota
|
7563720e30
|
CI: add Android APK build script
|
2021-03-21 22:33:35 +01:00 |
|
MarcoFalke
|
fa330d8fed
|
ci: Avoid invoking curl on the host
|
2021-02-20 09:52:55 +01:00 |
|
Hennadii Stepanov
|
09d105ef0f
|
ci: Drop travis_fold feature as Travis CI is no longer used
|
2020-12-17 22:02:12 +02:00 |
|
MarcoFalke
|
fa73674738
|
ci: Run i686 centos ci config on cirrus
|
2020-11-23 17:09:12 +01:00 |
|
MarcoFalke
|
fa0795f54d
|
ci: Replace TRAVIS_OS_NAME with CI_OS_NAME
Also enable free disk space check unconditionally
|
2020-11-09 10:15:48 +01:00 |
|
Hennadii Stepanov
|
bd897ce79f
|
scripted-diff: Move previous_release.py to test/get_previous_releases.py
-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-08-29 11:26:25 +03:00 |
|
Brian Liotti
|
9c34aff393
|
Remove previous_release.sh
|
2020-07-05 04:05:02 -04:00 |
|
practicalswift
|
870f0cd2a0
|
build: Add MemorySanitizer (MSan) in Travis to detect use of uninitialized memory
|
2020-06-23 09:09:30 +00:00 |
|
Carl Dong
|
3381e4a189
|
Adapt rest of tooling to new SDK naming scheme
|
2020-06-22 10:13:55 -04:00 |
|
MarcoFalke
|
fa71667597
|
ci: Move travis workarounds to .travis.yml
|
2020-06-14 11:33:25 -04:00 |
|
MarcoFalke
|
fa0cc02c0a
|
ci: Mute depends logs completely
|
2020-05-30 08:33:44 -04:00 |
|
Sjors Provoost
|
d135c29476
|
[ci] make list of previous releases to download a setting
Co-Authored-By: MarcoFalke <falke.marco@gmail.com>
|
2020-05-08 16:13:29 +02:00 |
|
Sjors Provoost
|
9c246b873c
|
[test] backwards compatibility: bump v0.19.0.1 to v0.19.1
|
2020-05-04 13:36:40 +02:00 |
|
Harris
|
66fe7b1a98
|
test: added test for upgradewallet RPC
|
2020-04-29 16:11:49 +02:00 |
|
MarcoFalke
|
fa488f131f
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
2020-04-16 13:33:09 -04:00 |
|
Ben Woosley
|
9b0e16226e
|
doc: Correct spelling errors in comments
And ci script output.
Identified via test/lint/lint-spelling
|
2020-03-02 23:07:21 -08:00 |
|
Sjors Provoost
|
c456145b2c
|
[test] add 0.19 backwards compatibility tests
|
2020-02-11 21:46:23 +01:00 |
|
Sjors Provoost
|
8b1460dbd1
|
[tests] check v0.17.1 and v0.18.1 backwards compatibility
|
2020-02-11 21:46:21 +01:00 |
|
Sebastian Falbesoner
|
ef63f5fc11
|
ci: Combine 32-bit build with CentOS 7 build
|
2020-01-08 23:36:46 +01:00 |
|
MarcoFalke
|
aaaaad6ac9
|
scripted-diff: Bump copyright of files changed in 2019
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
2019-12-30 10:42:20 +13:00 |
|
MarcoFalke
|
fa04187528
|
scripted-diff: Use ci DEPENDS_DIR, remove BASE_BUILD_DIR
-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-21 11:01:34 -05:00 |
|
MarcoFalke
|
fa00393bce
|
ci: Make all filesystem operations inside docker
|
2019-11-09 09:11:32 -05:00 |
|
MarcoFalke
|
fa677d1801
|
ci: Remove redundant check for TRAVIS_OS_NAME
Can be reviewed with
git diff --ignore-all-space --function-context
|
2019-10-17 11:30:36 -04:00 |
|
Sjors Provoost
|
1f6c650c99
|
travis: run tests on macOS native
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-10-14 23:00:49 +02:00 |
|
MarcoFalke
|
fafe78f6ae
|
ci: Rename .travis/ to ./ci/
|
2019-08-15 11:11:45 -04:00 |
|