aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-29 21:46:49 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-12-06 21:44:35 +0200
commit7f3ae224685efaeb6fe714de90e8871d12e55f34 (patch)
tree038ff0e8f33a0d9c59a66c009b4c1a12f95e6039 /.travis.yml
parent35eda631ed3bd23d4a41761a85a96f925d4a6337 (diff)
downloadbitcoin-7f3ae224685efaeb6fe714de90e8871d12e55f34.tar.xz
ci: Add CentOS 7 build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6612d5e4d1..63b76605f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -119,6 +119,11 @@ jobs:
FILE_ENV="./ci/test/00_setup_env_i686.sh"
- stage: test
+ name: 'x86_64 Linux [GOAL: install] [CentOS 7] [no depends, only system libs]'
+ env: >-
+ FILE_ENV="./ci/test/00_setup_env_native_centos.sh"
+
+ - stage: test
name: 'x86_64 Linux [GOAL: install] [bionic] [uses qt5 dev package instead of depends Qt to speed up build and avoid timeout] [unsigned char]'
env: >-
FILE_ENV="./ci/test/00_setup_env_native_qt5.sh"