File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,14 @@ task:
121
121
env :
122
122
FILE_ENV : " ./ci/test/00_setup_env_native_multiprocess.sh"
123
123
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
+
124
132
task :
125
133
name : ' macOS 10.14 [GOAL: deploy] [no functional tests]'
126
134
<< : *GLOBAL_TASK_TEMPLATE
Original file line number Diff line number Diff line change 69
69
name : ' 32-bit + dash [GOAL: install] [CentOS 8] [gui]'
70
70
env : >-
71
71
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"
You can’t perform that action at this time.
0 commit comments