diff options
-rw-r--r-- | src/ci.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ static const char *ci_scripts[] = { static const char *ci_env[] = { "CI=y", "CIMPLE=y", + NULL, }; /* clang-format on */ |
index : cimple | ||
My little CI system (hopefully) | Egor Tensin |
aboutsummaryrefslogtreecommitdiffstatshomepage |
-rw-r--r-- | src/ci.c | 1 |
@@ -27,6 +27,7 @@ static const char *ci_scripts[] = { static const char *ci_env[] = { "CI=y", "CIMPLE=y", + NULL, }; /* clang-format on */ |