diff options
Diffstat (limited to '.builds/openbsd.yml')
| -rw-r--r-- | .builds/openbsd.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml new file mode 100644 index 0000000..f753e29 --- /dev/null +++ b/.builds/openbsd.yml @@ -0,0 +1,20 @@ +image: openbsd/latest +packages: +- autoconf-2.72p0 +- automake-1.17 +- libtool +sources: +- https://git.sr.ht/~pmikkelsen/aplwc +environment: + AUTOCONF_VERSION: 2.72 + AUTOMAKE_VERSION: 1.17 +tasks: +- build: | + cd aplwc + ./bootstrap.sh + ./configure + make +- test: | + cd aplwc + make check + make distcheck |