-
-
Notifications
You must be signed in to change notification settings - Fork 1
45 lines (43 loc) · 1.06 KB
/
indimail-freebsd.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: indimail FreeBSD CI
on:
push:
paths:
- '**/indimail-x/**'
- '**/prepare_obs'
- '**/catChangeLog'
- .github/workflows/indimail-freebsd.yml
- '!**/indimail-x/debian/*'
- '!**/indimail-x/tests/*'
- '!**/*.9'
- '!**/*.8'
- '!**/*.5'
- '!**/*.7'
- '!**/*.3'
- '!**/*.1'
- '!**/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 indimail
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