From 7f3ae224685efaeb6fe714de90e8871d12e55f34 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Fri, 29 Nov 2019 21:46:49 +0200 Subject: ci: Add CentOS 7 build --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6612d5e4d1..63b76605f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -118,6 +118,11 @@ jobs: env: >- 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: >- -- cgit v1.2.3 From 711e0449cf4a0f15cabe0d64094e3add24ad44b0 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Fri, 6 Dec 2019 21:52:02 +0200 Subject: ci: Remove trusty build Co-authored-by: Emil Engler --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 63b76605f6..bfb4cb1d58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -128,11 +128,6 @@ jobs: env: >- FILE_ENV="./ci/test/00_setup_env_native_qt5.sh" - - stage: test - name: 'x86_64 Linux [GOAL: install] [trusty] [no functional tests, no depends, only system libs]' - env: >- - FILE_ENV="./ci/test/00_setup_env_native_trusty.sh" - - stage: test name: 'x86_64 Linux [GOAL: install] [xenial] [no depends, only system libs, sanitizers: thread (TSan), no wallet]' env: >- -- cgit v1.2.3