diff options
author | merakor <cem@ckyln.com> | 2021-07-28 08:51:40 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-07-28 08:51:40 +0000 |
commit | 72e63c1db8cb1e5926f8d839068b70748fbdd30e (patch) | |
tree | 870090d9430b47481e5d71ce6bf807f3806cae8d | |
parent | c9682d51201927e6f77caa1232de800de044993a (diff) | |
download | cpt-72e63c1db8cb1e5926f8d839068b70748fbdd30e.tar.gz |
build.yml: install dependencies before building
FossilOrigin-Name: 4a34c1ceaec0ed9c90cfa14fcba2f8af9955e1a8e53776d21d8d97a4246eb14a
-rw-r--r-- | .build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |