From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id DB0CC385770A; Sun, 9 Jul 2023 16:02:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB0CC385770A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688918524; bh=Ntg8eqr9fhU98wo5UxaN1oTdIbO8IxfYxu6Bi+anar8=; h=From:To:Subject:Date:From; b=buFuQKREWfyiZy7VHmYfofNklxQSNygITrS+RdThhO0qmw2TBb3z5jq+jRbVYNA2t G23lBuTUSMb6jyDXldoYhtsXc1WlGjcB3b3mBQZlkv5q+DPzz7w9rCfT0k8HC+LzL/ fEbH/8ABwgNNooWaOSE9FIPlKaM2VI6d+P7tgHrc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jon Turney To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org Subject: [newlib-cygwin] Upload builddir X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: 5f2c2c34473ae5345ce612a06fc0a6d45bbfa99a X-Git-Newrev: 79fe86dd0dfcef84d2a8b541152d5abc4cfcbb2d Message-Id: <20230709160204.DB0CC385770A@sourceware.org> Date: Sun, 9 Jul 2023 16:02:04 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D79fe86dd0df= cef84d2a8b541152d5abc4cfcbb2d commit 79fe86dd0dfcef84d2a8b541152d5abc4cfcbb2d Author: Jon Turney Date: Sat Jul 8 20:53:54 2023 +0100 Upload builddir Diff: --- .github/workflows/cygwin.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 248a3e4cd..e625e8d43 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -120,3 +120,11 @@ jobs: (export PATH=3D${{ matrix.target }}/winsup/testsuite/testinst/bin:= ${PATH} && cmd /c $(cygpath -wa ${{ matrix.target }}/winsup/cygserver/cygse= rver) &) && (cd ${{ matrix.target }}/winsup; make check || true) shell: C:\cygwin\bin\bash.exe --noprofile --norc -eo pipefail '{0}' + + # upload builddir for possible investigation of problems + - name: Upload builddir archive + uses: actions/upload-artifact@v3 + with: + name: testlogs + path: build\${{ matrix.target }}\winsup\testsuite\*.log + if: ${{ !cancelled() }}