diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-29 19:28:02 +0200 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-29 19:28:02 +0200 |
| commit | a66d153e0b1b89a87080c60ad005727e77f15968 (patch) | |
| tree | 0faa37327d5078ab19a97ea62e1fa7802f17a9e3 /.builds | |
| parent | c9f1161ecb323c7872559dd40c56d691dbd5959f (diff) | |
Bump version to 0.2 (not released yet), and add a build file
This allows sourcehut to build the project on each commit
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/freebsd.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml new file mode 100644 index 0000000..4d9e95c --- /dev/null +++ b/.builds/freebsd.yml @@ -0,0 +1,19 @@ +image: freebsd/latest +packages: +- autoconf +- automake +- libtool +- gettext +- pkgconf +- help2man +- texinfo +tasks: +- build: | + cd aplwc + ./bootstrap --skip-po --copy + ./configure + make +- test: | + cd aplwc + make check + make distcheck
\ No newline at end of file |