Skip to content

iwebadmin: corrected defines used for role based access #163

iwebadmin: corrected defines used for role based access

iwebadmin: corrected defines used for role based access #163

name: iwebadmin FreeBSD CI
on:
push:
paths:
- '**/iwebadmin-x/**'
- '**/prepare_obs'
- '**/catChangeLog'
- .github/workflows/iwebadmin-freebsd.yml
- '!**/iwebadmin-x/debian/*'
- '!**/indimail-x/debian/*'
- '!**/doc/*'
- '!**.md'
workflow_dispatch:
jobs:
testfreebsd:
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v4
with:
path: main
- uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
- name: build iwebadmin
id: FreeBSD
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
prepare: pkg install -y curl automake autoconf libtool pkgconf mysql80-server mysql80-client gsasl
run: |
cd libqmail; ./default.configure; make; make install-strip
cd ../main/indimail-x; ./default.configure; make install
cd ../iwebadmin-x; ./default.configure; make