summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2020-07-14 17:53:41 +0200
committerGitHub <noreply@github.com>2020-07-14 17:53:41 +0200
commit4732d30e9545b6d3e56822f156a8f0218126fb2f (patch)
treece09437f6200f0e93c0c960a450ef503b06f8e12 /.github
parent790d19760537cf43348de8db2322a15ced2511cc (diff)
Fixes cmake build failing if ACLK is disabled (#9537)
* if we build claiming we must build aclk_common.c/h * Run unit tests on cmake config changes. Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index f41a621c30..4d5716c736 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -6,10 +6,12 @@ on:
branches:
- master
paths:
+ - 'CMakeLists.txt'
- '**.c'
- '**.h'
pull_request:
paths:
+ - 'CMakeLists.txt'
- '**.c'
- '**.h'
jobs: