From 7e0e91f4101133c04b2b167595029ea784652fd4 Mon Sep 17 00:00:00 2001 From: U-Zyn Chua Date: Mon, 16 Dec 2019 02:49:11 +0800 Subject: [PATCH] Briefer CI --- .travis.yml | 72 ++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04308a5fa65..d4771f39c42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,52 +88,52 @@ jobs: script: - set -o errexit; source ./ci/extended_lint/06_script.sh - - stage: test - name: 'ARM [GOAL: install] [no unit or functional tests]' - env: >- - FILE_ENV="./ci/test/00_setup_env_arm.sh" + # - stage: test + # name: 'ARM [GOAL: install] [no unit or functional tests]' + # env: >- + # FILE_ENV="./ci/test/00_setup_env_arm.sh" - - stage: test - name: 'Win64 [GOAL: deploy] [no gui or functional tests]' - env: >- - FILE_ENV="./ci/test/00_setup_env_win64.sh" + # - stage: test + # name: 'Win64 [GOAL: deploy] [no gui or functional tests]' + # env: >- + # FILE_ENV="./ci/test/00_setup_env_win64.sh" - - stage: test - name: '32-bit + dash [GOAL: install] [GUI: no BIP70]' - env: >- - FILE_ENV="./ci/test/00_setup_env_i686.sh" + # - stage: test + # name: '32-bit + dash [GOAL: install] [GUI: no BIP70]' + # env: >- + # FILE_ENV="./ci/test/00_setup_env_i686.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_amd64_qt5.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_amd64_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_amd64_trusty.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_amd64_trusty.sh" - - stage: test - name: 'x86_64 Linux [GOAL: install] [xenial] [no depends, only system libs, sanitizers: thread (TSan), no wallet]' - env: >- - FILE_ENV="./ci/test/00_setup_env_amd64_tsan.sh" + # - stage: test + # name: 'x86_64 Linux [GOAL: install] [xenial] [no depends, only system libs, sanitizers: thread (TSan), no wallet]' + # env: >- + # FILE_ENV="./ci/test/00_setup_env_amd64_tsan.sh" - stage: test name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer]' env: >- FILE_ENV="./ci/test/00_setup_env_amd64_asan.sh" - - stage: test - name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, sanitizers: fuzzer,address]' - env: >- - FILE_ENV="./ci/test/00_setup_env_amd64_fuzz.sh" + # - stage: test + # name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, sanitizers: fuzzer,address]' + # env: >- + # FILE_ENV="./ci/test/00_setup_env_amd64_fuzz.sh" - - stage: test - name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]' - env: >- - FILE_ENV="./ci/test/00_setup_env_amd64_nowallet.sh" + # - stage: test + # name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]' + # env: >- + # FILE_ENV="./ci/test/00_setup_env_amd64_nowallet.sh" - - stage: test - name: 'macOS 10.10 [GOAL: deploy] [no functional tests]' - env: >- - FILE_ENV="./ci/test/00_setup_env_mac.sh" + # - stage: test + # name: 'macOS 10.10 [GOAL: deploy] [no functional tests]' + # env: >- + # FILE_ENV="./ci/test/00_setup_env_mac.sh"