aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/self_host_build.yml22
1 files changed, 5 insertions, 17 deletions
diff --git a/.github/workflows/self_host_build.yml b/.github/workflows/self_host_build.yml
index 3864151ce..8bb57a4b4 100644
--- a/.github/workflows/self_host_build.yml
+++ b/.github/workflows/self_host_build.yml
@@ -9,30 +9,19 @@ jobs:
clang-format:
name: Check clang-format
runs-on: [self-hosted, linux, x64]
- strategy:
- matrix:
- path:
- - 'zen'
- - 'zencore'
- - 'zencore-test'
- - 'zenhttp'
- - 'zenserver-test'
- - 'zenstore'
- - 'zenstore-test'
- - 'zentest-appstub'
- - 'zenutil'
- - 'zenserver'
+
steps:
- uses: actions/checkout@v2
- - name: clang-format ${{ matrix.path }}
+
+ - name: clang-format
uses: jidicula/[email protected]
with:
clang-format-version: '13'
- check-path: ${{ matrix.path }}
+ check-path: '.'
+ exclude-regex: (.*thirdparty.*)
windows-build:
name: Build Windows
- needs: clang-format
runs-on: [self-hosted, windows, x64]
strategy:
matrix:
@@ -81,7 +70,6 @@ jobs:
linux-build:
name: Build Linux
- needs: clang-format
runs-on: [self-hosted, linux, x64]
strategy:
matrix: