[openssh-commits] [openssh] 02/08: Add make clean step to tests.

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Sep 29 18:45:17 AEST 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit c8d92d3d4f7d560146f2f936156ec4dac3fc5811
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Sep 29 13:28:56 2021 +1000

    Add make clean step to tests.
---
 .github/workflows/c-cpp.yml      | 2 ++
 .github/workflows/selfhosted.yml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index b6cd3441..3ea466a7 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -73,6 +73,8 @@ jobs:
       run: autoreconf
     - name: configure
       run: ./.github/configure.sh ${{ matrix.configs }}
+    - name: make clean
+      run: make clean
     - name: make
       run: make -j2
     - name: make tests
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index df6eca71..f102786e 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -74,6 +74,8 @@ jobs:
       run: vmstartup
     - name: configure
       run: vmrun ./.github/configure.sh ${{ matrix.configs }}
+    - name: make clean
+      run: vmrun make clean
     - name: make
       run: vmrun make
     - name: make tests

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list