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

Skip to content

Commit 12a6f9a

Browse files
committed
ci: Cygwin builds for x86 as well
1 parent b137bb7 commit 12a6f9a

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
@@ -125,6 +125,18 @@ jobs:
125125
BUILD_PATH: D:\Temp\mingw32\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\CMake\bin
126126
SKIP_SSH_TESTS: true
127127
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
128140
- name: "Windows (amd64, Cygwin)"
129141
id: windows-amd64-cygwin
130142
os: windows-2019

0 commit comments

Comments
 (0)
0