diff options
author | merakor <cem@ckyln.com> | 2021-03-04 07:17:09 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-03-04 07:17:09 +0000 |
commit | 3caef9c7b7a106f93796d334293284425d51a0ae (patch) | |
tree | b4a4ded71316ea7eac2ef33f03d09f964f98fc82 | |
parent | cc471a12b89fd9db5f3a0656dd2d6b87950f6997 (diff) | |
download | cpt-3caef9c7b7a106f93796d334293284425d51a0ae.tar.gz |
fix build.yml
FossilOrigin-Name: b7ad6f8f2c72a1dd556c27ab2e6d9b63e07f13a5d726128fa1631a80f5e777d7
-rw-r--r-- | .build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |