Browse Source
Cygwin: CI: Take note of the testsuite status
users/vapier/wip
Jon Turney
3 years ago
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with
1 additions and
1 deletions
-
.github/workflows/cygwin.yml
|
|
|
@ -123,7 +123,7 @@ jobs: |
|
|
|
export MAKEFLAGS=-j$(nproc) && |
|
|
|
cd build && |
|
|
|
(export PATH=${{ matrix.target }}/winsup/testsuite/testinst/bin:${PATH} && cmd /c $(cygpath -wa ${{ matrix.target }}/winsup/cygserver/cygserver) &) && |
|
|
|
(cd ${{ matrix.target }}/winsup; make check AM_COLOR_TESTS=always || true) |
|
|
|
(cd ${{ matrix.target }}/winsup; make check AM_COLOR_TESTS=always) |
|
|
|
shell: C:\cygwin\bin\bash.exe --noprofile --norc -eo pipefail '{0}' |
|
|
|
|
|
|
|
# upload test logs to facilitate investigation of problems |
|
|
|
|