8000 ci: Cygwin builds for x86 as well · libgit2/libgit2@c305d96 · GitHub
[go: up one dir, main page]

Skip to content

Commit c305d96

Browse files
committed
ci: Cygwin builds for x86 as well
1 parent 6a7aed1 commit c305d96

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,18 @@ jobs:
121121
BUILD_PATH: D:\Temp\mingw32\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\CMake\bin
122122
SKIP_SSH_TESTS: true
123123
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
124136
- name: "Windows (amd64, Cygwin)"
125137
id: windows-amd64-cygwin
126138
os: windows-2019

0 commit comments

Comments
 (0)
0