diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-06-07 03:55:49 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-11-03 20:26:58 +0100 |
commit | fa8e494554d0f5f8f48bb33ce96a8d7de9b95e31 (patch) | |
tree | 9da0065a92f738d03d807db6e0d2c749ad968e66 /.travis.yml | |
parent | 218fe60d91a9190aa0ee561479044df368214766 (diff) |
ci: Run ci configs on cirrus
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml index 42fa653d8c..5c8049aada 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,36 +90,11 @@ jobs: FILE_ENV="./ci/test/00_setup_env_i686_centos.sh" - stage: test - name: 'x86_64 Linux [GOAL: install] [bionic] [C++17, previous releases, uses qt5 dev package and some depends packages] [unsigned char]' - env: >- - FILE_ENV="./ci/test/00_setup_env_native_qt5.sh" - - - stage: test - name: 'x86_64 Linux [GOAL: install] [focal] [depends, sanitizers: memory (MSan)]' - env: >- - FILE_ENV="./ci/test/00_setup_env_native_msan.sh" - - - stage: test - name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, sanitizers: fuzzer,address,undefined]' - env: >- - FILE_ENV="./ci/test/00_setup_env_native_fuzz.sh" - - - stage: test - name: 'x86_64 Linux [GOAL: install] [focal] [multiprocess]' - env: >- - FILE_ENV="./ci/test/00_setup_env_native_multiprocess.sh" - - - stage: test name: 'x86_64 Linux [GOAL: install] [xenial] [no wallet]' env: >- FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh" - stage: test - name: 'macOS 10.12 [GOAL: deploy] [no functional tests]' - env: >- - FILE_ENV="./ci/test/00_setup_env_mac.sh" - - - stage: test name: 'macOS 10.14 native [GOAL: install] [GUI] [no depends]' os: osx # Use the most recent version: |