summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-12 19:59:22 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-12 20:35:43 +0100
commit8e560beece657101bc558a13b561382a4bd038b5 (patch)
tree265f7239e6a507bc72598426dcd1dee912e84aa6 /.github/workflows
parentcdb1881142479ef4a92a25ea713b1d1c7b5be249 (diff)
ci: wipwip
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake.yml19
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