updated ChangeLogs #152
Workflow file for this run
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: ucspi-tcp FreeBSD CI | |
on: | |
push: | |
paths: | |
- '**/ucspi-tcp-x/**' | |
- .github/workflows/ucspi-tcp-freebsd.yml | |
- '!**/ucspi-tcp-x/debian/*' | |
- '!**/ucspi-tcp-x/ucspi-tcp.spec.in' | |
- '!**/ucspi-tcp-x/*.1' | |
- '!**/ucspi-tcp-x/*.9' | |
- '!**/doc/*' | |
- '!**.md' | |
workflow_dispatch: | |
jobs: | |
testfreebsd: | |
runs-on: macos-12 | |
name: FreeBSD | |
env: | |
MYTOKEN : ${{ secrets.MYTOKEN }} | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
path: main | |
- uses: actions/checkout@v2 | |
with: | |
repository: mbhangui/libqmail | |
path: libqmail | |
- name: build ucspi-tcp | |
id: FreeBSD | |
uses: vmactions/[email protected] | |
with: | |
envs: 'MYTOKEN' | |
usesh: true | |
prepare: pkg install -y curl automake autoconf libtool pkgconf libidn2 | |
run: | | |
cd libqmail; ./default.configure; make; make install-strip | |
cd ../main/ucspi-tcp-x; ./default.configure; ./qmake |