aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-03-04 07:17:09 +0000
committermerakor <cem@ckyln.com>2021-03-04 07:17:09 +0000
commit3caef9c7b7a106f93796d334293284425d51a0ae (patch)
treeb4a4ded71316ea7eac2ef33f03d09f964f98fc82
parentcc471a12b89fd9db5f3a0656dd2d6b87950f6997 (diff)
downloadcpt-3caef9c7b7a106f93796d334293284425d51a0ae.tar.gz
fix build.yml
FossilOrigin-Name: b7ad6f8f2c72a1dd556c27ab2e6d9b63e07f13a5d726128fa1631a80f5e777d7
-rw-r--r--.build.yml4
1 files changed, 3 insertions, 1 deletions
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