aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 6fda074..07908a2 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,5 +1,8 @@
image: alpine/edge
packages:
+ - musl-dev
+ - gcc
+ - bison
- curl
- rsync
- shellcheck
@@ -9,6 +12,11 @@ tasks:
- build: |
cd cpt
make
+ - install-pax: |
+ git clone https://github.com/carbslinux/otools
+ cd otools
+ make pax
+ sudo install -Dm755 pax /usr/bin/pax
- test: |
cd cpt
curl -fsSL https://git.io/shellspec | sudo sh -s -- -y -p /usr