diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-12 19:59:22 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-12 20:35:43 +0100 |
| commit | 8e560beece657101bc558a13b561382a4bd038b5 (patch) | |
| tree | 265f7239e6a507bc72598426dcd1dee912e84aa6 /.github/workflows | |
| parent | cdb1881142479ef4a92a25ea713b1d1c7b5be249 (diff) | |
ci: wipwip
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cmake.yml | 19 |
1 files changed, 12 insertions, 7 deletions
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 |
