diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-11-29 21:46:49 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-12-06 21:44:35 +0200 |
commit | 7f3ae224685efaeb6fe714de90e8871d12e55f34 (patch) | |
tree | 038ff0e8f33a0d9c59a66c009b4c1a12f95e6039 /.travis.yml | |
parent | 35eda631ed3bd23d4a41761a85a96f925d4a6337 (diff) |
ci: Add CentOS 7 build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
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" |