Skip to content

Commit

Permalink
Merge pull request #1 from DeFiCh/ci-updates
Browse files Browse the repository at this point in the history
Briefer CI
  • Loading branch information
uzyn committed Dec 16, 2019
2 parents 7d6f63c + d4b7249 commit a475fcc
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a475fcc

Please sign in to comment.