diff options
author | merakor <cem@ckyln.com> | 2021-03-04 06:47:21 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-03-04 06:47:21 +0000 |
commit | 75de54f5ddc728780f313ae22dbdeb834caeaaf0 (patch) | |
tree | 3803a7fa810a94c60dcc519133df53192e70de5b | |
parent | 82ca4c3feb08dbbbae0636a0a2a294323952f477 (diff) | |
download | cpt-75de54f5ddc728780f313ae22dbdeb834caeaaf0.tar.gz |
.build.yml: update
FossilOrigin-Name: f055d61a10341810fd9ff6d01695dc95da612f98b288ddf1db67093e6c075b64
-rw-r--r-- | .build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |