8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b137bb7 commit 12a6f9aCopy full SHA for 12a6f9a
.github/workflows/main.yml
@@ -125,6 +125,18 @@ jobs:
125
BUILD_PATH: D:\Temp\mingw32\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\CMake\bin
126
SKIP_SSH_TESTS: true
127
SKIP_NEGOTIATE_TESTS: true
128
+ - name: "Windows (x86, Cygwin)"
129
+ id: windows-x86-cygwin
130
+ os: windows-2019
131
+ setup-script: cygwin
132
+ shell: D:\Temp\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
133
+ continue-on-error: true
134
+ env:
135
+ ARCH: x86
136
+ CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_SSH=ON
137
+ BUILD_TEMP: D:\Temp
138
+ SKIP_NEGOTIATE_TESTS: true
139
+ BUILD_PATH: /bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin
140
- name: "Windows (amd64, Cygwin)"
141
id: windows-amd64-cygwin
142
os: windows-2019
0 commit comments