From 3caef9c7b7a106f93796d334293284425d51a0ae Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 4 Mar 2021 07:17:09 +0000 Subject: fix build.yml FossilOrigin-Name: b7ad6f8f2c72a1dd556c27ab2e6d9b63e07f13a5d726128fa1631a80f5e777d7 --- .build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 5620710..20c4abf 100644 --- a/.build.yml +++ b/.build.yml @@ -1,13 +1,15 @@ image: alpine/edge packages: - curl + - rsync - shellcheck - texinfo + - gzip tasks: - build: | cd cpt make - test: | cd cpt - curl -fsSL https://git.io/shellspec | sudo sh -s -- 0.27.2 -y -p /usr + curl -fsSL https://git.io/shellspec | sudo sh -s -- -y -p /usr make test -- cgit v1.2.3