aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-03-04 06:47:21 +0000
committermerakor <cem@ckyln.com>2021-03-04 06:47:21 +0000
commit75de54f5ddc728780f313ae22dbdeb834caeaaf0 (patch)
tree3803a7fa810a94c60dcc519133df53192e70de5b
parent82ca4c3feb08dbbbae0636a0a2a294323952f477 (diff)
downloadcpt-75de54f5ddc728780f313ae22dbdeb834caeaaf0.tar.gz
.build.yml: update
FossilOrigin-Name: f055d61a10341810fd9ff6d01695dc95da612f98b288ddf1db67093e6c075b64
-rw-r--r--.build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 62ca94c..c057dc4 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,9 +1,11 @@
image: alpine/edge
packages:
- curl
+ - shellcheck
+ - texinfo
tasks:
- build: |
make
- test: |
- curl -fsSL https://git.io/shellspec | sh -s -- -y
+ curl -fsSL https://git.io/shellspec | sudo sh -s -- -y -p /usr/local
make test