hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit e4844f488580749010c64761f7b67d4f0ee36274
parent 6b646277dbd6d37bbc62f21610023ffa61e84bef
Author: Bor Grošelj Simić <bgs@turminal.net>
Date:   Tue,  2 May 2023 02:49:52 +0200

.builds/freebsd.yml: install the build driver

Diffstat:
M.builds/freebsd.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -5,6 +5,7 @@ sources: - git://c9x.me/qbe.git packages: - binutils +- scdoc tasks: - qbe: | cd qbe @@ -20,6 +21,7 @@ tasks: cd hare sed -e 's/linux/freebsd/g' < config.example.mk > config.mk make + sudo make install - tests: | cd hare make .bin/hare-tests