master
h 10 lines 160 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_OS_CI_H
4 #define NETDATA_OS_CI_H
5
6 #include <stdbool.h>
7
8 bool nd_is_running_under_ci(void);
9
10 #endif