Skip to content

updated freebsd vmaction script to v1 #147

updated freebsd vmaction script to v1

updated freebsd vmaction script to v1 #147

name: courier-imap FreeBSD CI
on:
push:
paths:
- '**/courier-imap-x/**'
- .github/workflows/courier-imap-freebsd.yml
- '!**/doc/*'
- '!**.md'
workflow_dispatch:
jobs:
testfreebsd:
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v4
- name: build courier-imap
id: FreeBSD
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
prepare: pkg install -y curl automake autoconf libtool pkgconf pcre pcre2 libidn gdbm
run: cd courier-imap-x; ./default.configure; make