From 72e63c1db8cb1e5926f8d839068b70748fbdd30e Mon Sep 17 00:00:00 2001 From: merakor Date: Wed, 28 Jul 2021 08:51:40 +0000 Subject: build.yml: install dependencies before building FossilOrigin-Name: 4a34c1ceaec0ed9c90cfa14fcba2f8af9955e1a8e53776d21d8d97a4246eb14a --- .build.yml | 8 ++++---- 1 file 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 -- cgit v1.2.3