aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.build.yml b/.build.yml
index 536f9e7..b8cf514 100644
--- a/.build.yml
+++ b/.build.yml
@@ -9,15 +9,20 @@ packages:
- texinfo
- gzip
tasks:
- - build: |
- cd cpt
- make
- install-pax: |
git clone --quiet https://github.com/carbslinux/otools
cd otools
./configure
make pax
sudo install -Dm755 pax /usr/bin/pax
+ - install-blake3: |
+ git clone --quiet https://git.sr.ht/~mcf/b3sum
+ cd b3sum
+ sudo make PREFIX=/usr install
+ - build: |
+ cd cpt
+ ./configure
+ make
- test: |
cd cpt
curl -fsSL https://git.io/shellspec | sudo sh -s -- -y -p /usr