Skip to content

Commit

Permalink
.cirrus.yml: Rename checks_script to make_distcheck_script.
Browse files Browse the repository at this point in the history
  • Loading branch information
octo committed Jan 29, 2024
1 parent 2a8c9b4 commit 4a63b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4a63b07

Please sign in to comment.