aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-07-28 08:51:40 +0000
committermerakor <cem@ckyln.com>2021-07-28 08:51:40 +0000
commit72e63c1db8cb1e5926f8d839068b70748fbdd30e (patch)
tree870090d9430b47481e5d71ce6bf807f3806cae8d
parentc9682d51201927e6f77caa1232de800de044993a (diff)
downloadcpt-72e63c1db8cb1e5926f8d839068b70748fbdd30e.tar.gz
build.yml: install dependencies before building
FossilOrigin-Name: 4a34c1ceaec0ed9c90cfa14fcba2f8af9955e1a8e53776d21d8d97a4246eb14a
-rw-r--r--.build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.build.yml b/.build.yml
index b5ced03..bff41b8 100644
--- a/.build.yml
+++ b/.build.yml
@@ -9,16 +9,16 @@ packages:
- texinfo
- gzip
tasks:
- - build: |
- cd cpt
- ./configure
- make
- install-pax: |
git clone --quiet https://github.com/carbslinux/otools
cd otools
./configure
make pax
sudo install -Dm755 pax /usr/bin/pax
+ - build: |
+ cd cpt
+ ./configure
+ make
- test: |
cd cpt
curl -fsSL https://git.io/shellspec | sudo sh -s -- -y -p /usr