diff options
author | David Faure <faure@kde.org> | 2021-09-05 13:06:23 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2021-09-05 13:06:23 +0200 |
commit | 3691e4fe2d218d49002be80b66b766c21454c242 (patch) | |
tree | b11885adfe8a21306ba6847ecc8e70a530175119 | |
parent | e88b043db2642fb1cc8d30451042e37c7f2b690f (diff) | |
download | kconfig-3691e4fe2d218d49002be80b66b766c21454c242.tar.gz kconfig-3691e4fe2d218d49002be80b66b766c21454c242.tar.bz2 |
GIT_SILENT Add CI configuration file
-rw-r--r-- | .kde-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.kde-ci.yml b/.kde-ci.yml new file mode 100644 index 00000000..cf1d3363 --- /dev/null +++ b/.kde-ci.yml @@ -0,0 +1,7 @@ +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@same' + +Options: + test-before-installing: True |