summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 25b98d4c..bff98d11 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -113,3 +113,26 @@ jobs:
run: make check
- name: make distcheck
run: make distcheck
+ freebsd-14-openssl-3:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - name: FreeBSD VM build
+ id: test
+ uses: vmactions/freebsd-vm@v1
+ with:
+ release: "14.0"
+ usesh: true
+ prepare: |
+ set -x
+ pkg install -y automake fltk
+ run: |
+ set -x
+ pwd
+ freebsd-version
+ ./autogen.sh
+ ./configure CPPFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib'
+ cat config.log
+ make
+ make check
+ ldd src/dillo