From 5930a3754c755ad7d1957205290222253364aefe Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 12 Jan 2024 19:59:22 +0100 Subject: ci: wip --- .github/workflows/cmake.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 92bda4183..57f21bf40 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,12 +1,8 @@ name: CMake on: - push: - branches: [ master ] - tags: - - '*' - pull_request: - branches: [ master ] + - push + - pull_request env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) @@ -32,7 +28,16 @@ jobs: cmake: .\.github\workflows\build-windows.bat cmake steps: - - uses: actions/checkout@v2 + - name: clone opentrack/opentrack + uses: actions/checkout@v2 + + - name: clone opentrack/depends + uses: actions/checkout@v2 + with: + repository: opentrack/opentrack-depends + submodules: true + path: opentrack-depends + - uses: seanmiddleditch/gha-setup-ninja@master - name: Install Linux Dependencies -- cgit v1.2.3