Skip to content

fetchmail/odmr.c: added more SMTP codes #89

fetchmail/odmr.c: added more SMTP codes

fetchmail/odmr.c: added more SMTP codes #89

name: fetchmail FreeBSD CI
on:
push:
paths:
- '**/fetchmail-x/**'
- .github/workflows/fetchmail-freebsd.yml
- '!**/doc/*'
- '!**.md'
workflow_dispatch:
jobs:
testfreebsd:
runs-on: macos-12
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- name: build fetchmail
id: FreeBSD
uses: vmactions/[email protected]
with:
envs: 'MYTOKEN'
usesh: true
prepare: pkg install -y curl automake autoconf libtool pkgconf gettext bison
run: cd fetchmail-x; ./default.configure; make