-
-
Notifications
You must be signed in to change notification settings - Fork 3
51 lines (49 loc) · 1.5 KB
/
indimail-mta-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
46
47
48
49
50
51
name: indimail-mta FreeBSD CI
on:
push:
paths:
- '**/indimail-mta-x/**'
- '**/libdkim2-x/**'
- '**/libsrs2-x/**'
- .github/workflows/indimail-mta-freebsd.yml
- '!**/indimail-mta-x/indimail-mta.spec.in'
- '!**/libdkim2-x/libdkim2.spec.in'
- '!**/libsrs2-x/libsrs2.spec.in'
- '!**/indimail-mta-x/qmail-perf/*'
- '!**/indimail-mta-x/tests/*'
- '!**/indimail-mta-x/debian/*'
- '!**/libdkim2-x/debian/*'
- '!**/libsrs2-x/debian/*'
- '!**/*.9'
- '!**/*.8'
- '!**/*.5'
- '!**/*.1'
- '!**/doc/*'
- '!**.md'
workflow_dispatch:
jobs:
testfreebsd:
runs-on: ubuntu-latest
timeout-minutes: 60
name: FreeBSD
steps:
- uses: actions/checkout@v3
with:
path: main
- uses: actions/checkout@v3
with:
repository: mbhangui/libqmail
path: libqmail
- name: build indimail-mta
id: FreeBSD
uses: cross-platform-actions/action@v0.20.0
with:
operating_system: freebsd
version: '13.2'
run: |
freebsd-version
sudo pkg install -y curl automake autoconf libtool pkgconf libidn2 mysql80-client openldap26-client libgsasl base64
cd libqmail; ./default.configure; make; sudo make install-strip
cd ../main/libdkim2-x; ./default.configure; make; sudo make install-strip
cd ../libsrs2-x; ./default.configure; make; sudo make install-strip
cd ../indimail-mta-x; ./default.configure; ./qmake