Commits


portable: build gotsh when --enable-gotd passed When building gotd, also build gotsh.


portable: MacOS: export env from configure Compiling -portable on MacOS directly would never have worked, as the environment was only being set when run under CI. Move these checks into configure.ac so that they propagate out to make, etc. Noticed by cjones on IRC.


Revert "portable: ci: macos: add libressl" Remove dependency on libretls as TLS isn't going to be included in gotwebd any time soon. This reverts commit af7f5027866eea7b4299c2319f83d0eb18a395e6.


portable: ci: macos: add libressl


portable: CI: add MacOS definition Enable CI builds for MaxcOS on CirrusCI.


Cirrus-CI: add build YAML file Cirrus-CI allows for FreeBSD builds as well as Linux.