Skip to content

Commit fa1f949

Browse files
author
MarcoFalke
committed
ci: Run nowallet ci config on cirrus
1 parent 555b5d1 commit fa1f949

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.cirrus.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ task:
121121
env:
122122
FILE_ENV: "./ci/test/00_setup_env_native_multiprocess.sh"
123123

124+
task:
125+
name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]'
126+
<< : *GLOBAL_TASK_TEMPLATE
127+
container:
128+
image: ubuntu:bionic
129+
env:
130+
FILE_ENV: "./ci/test/00_setup_env_native_nowallet.sh"
131+
124132
task:
125133
name: 'macOS 10.14 [GOAL: deploy] [no functional tests]'
126134
<< : *GLOBAL_TASK_TEMPLATE

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,3 @@ jobs:
6969
name: '32-bit + dash [GOAL: install] [CentOS 8] [gui]'
7070
env: >-
7171
FILE_ENV="./ci/test/00_setup_env_i686_centos.sh"
72-
73-
- stage: test
74-
name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]'
75-
env: >-
76-
FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh"

0 commit comments

Comments
 (0)