CI: Get cygwin tests running

They segfault in one of the NumPy tests, but they run.
This commit is contained in:
DWesl 2021-12-18 09:55:24 -05:00
parent 7fd3e9977e
commit 1c25d95d5a

View File

@ -53,7 +53,9 @@ jobs:
- name: Test Pillow
run: |
C:\tools\cygwin\bin\dash -c "mv .ci/test.sh .ci/test.sh.dos && /bin/tr -d '\r' <.ci/test.sh.dos >test.sh"
C:\tools\cygwin\bin\mv .ci/test.sh .ci/test.sh.dos
C:\tools\cygwin\bin\dash -c "/bin/tr -d '\r' <.ci/test.sh.dos >.ci/test.sh"
C:\tools\cygwin\bin\chmod u+x .ci/test.sh
C:\tools\cygwin\bin\dash /usr/bin/xvfb-run -s '-screen 0 1024x768x24' .ci/test.sh .8
- name: After success
@ -66,3 +68,10 @@ jobs:
file: ./coverage.xml
flags: GHA_Cygwin
name: ${{ runner.os }} Cygwin Python 3.8 ${{ matrix.architecture }}
- name: After failure
if: failure()
run: |
C:\tools\cygwin\bin\uname -a
C:\tools\cygwin\bin\python3.8 -m pip list
C:\tools\cygwin\bin\python3.8 -m pip show --files Pillow