upgraded courier-imap to courier-imap-5.2.6 #146
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: macos-12 | |
name: FreeBSD | |
env: | |
MYTOKEN : ${{ secrets.MYTOKEN }} | |
steps: | |
- uses: actions/checkout@v2 | |
- name: build courier-imap | |
id: FreeBSD | |
uses: vmactions/[email protected] | |
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 |