From: Florian Forster Date: Mon, 29 Jan 2024 13:17:40 +0000 (+0100) Subject: .cirrus.yml: Rename `checks_script` to `make_distcheck_script`. X-Git-Tag: collectd-6.0.0.rc2~5^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F4259%2Fhead;p=thirdparty%2Fcollectd.git .cirrus.yml: Rename `checks_script` to `make_distcheck_script`. --- diff --git a/.cirrus.yml b/.cirrus.yml index 6e55b4bb2..9f6d492aa 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,7 +17,7 @@ release_ready_task: configure_script: - ./build.sh - ./configure $DEFAULT_CONFIG_OPTS - checks_script: + make_distcheck_script: - make -j$(nproc) -s distcheck DISTCHECK_CONFIGURE_FLAGS="${DEFAULT_CONFIG_OPTS}" always: make_check_artifacts: