aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index b8cf514..8011d42 100644
--- a/.build.yml
+++ b/.build.yml
@@ -5,9 +5,10 @@ packages:
- bison
- curl
- rsync
- - shellcheck
+ - emacs-nox
- texinfo
- gzip
+ - xz
tasks:
- install-pax: |
git clone --quiet https://github.com/carbslinux/otools
@@ -19,13 +20,17 @@ tasks:
git clone --quiet https://git.sr.ht/~mcf/b3sum
cd b3sum
sudo make PREFIX=/usr install
+ - install-shellspec: |
+ curl -fsSL https://git.io/shellspec | sudo sh -s -- -y -p /usr
+ - install-shellcheck: |
+ curl -fsLo- https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz | pax -Jr
+ sudo install -Dm755 shellcheck-v0.8.0/shellcheck /usr/bin/shellcheck
- build: |
cd cpt
./configure
make
- test: |
cd cpt
- curl -fsSL https://git.io/shellspec | sudo sh -s -- -y -p /usr
make test
triggers:
- action: email