aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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