File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,18 @@ jobs:
121
121
BUILD_PATH : D:\Temp\mingw32\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\CMake\bin
122
122
SKIP_SSH_TESTS : true
123
123
SKIP_NEGOTIATE_TESTS : true
124
+ - name : " Windows (x86, Cygwin)"
125
+ id : windows-x86-cygwin
126
+ os : windows-2019
127
+ setup-script : cygwin
128
+ shell : D:\Temp\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
129
+ continue-on-error : true
130
+ env :
131
+ ARCH : x86
132
+ CMAKE_OPTIONS : -DDEPRECATE_HARD=ON -DUSE_SSH=ON
133
+ BUILD_TEMP : D:\Temp
134
+ SKIP_NEGOTIATE_TESTS : true
135
+ BUILD_PATH : /bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin
124
136
- name : " Windows (amd64, Cygwin)"
125
137
id : windows-amd64-cygwin
126
138
os : windows-2019
You can’t perform that action at this time.
0 commit comments