mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-08 23:12:54 +01:00
#98 Set up FreeBSD tests via CirrusCI
Cirrus does not understand the double {{}}
This commit is contained in:
parent
2f053ed8ab
commit
d781217f07
1 changed files with 7 additions and 4 deletions
11
.cirrus.yml
11
.cirrus.yml
|
@ -12,13 +12,16 @@ freebsd_task:
|
|||
- name: FreeBSD 12.4
|
||||
freebsd_instance:
|
||||
image_family: freebsd-12-4
|
||||
- name: FreeBSD 12.3
|
||||
freebsd_instance:
|
||||
image_family: freebsd-12-3
|
||||
|
||||
env:
|
||||
TEST_HOST: ${{ secrets.TEST_HOST }}
|
||||
TEST_FROM: ${{ secrets.TEST_USER }}
|
||||
TEST_HOST: ${secrets.TEST_HOST}
|
||||
TEST_FROM: ${secrets.TEST_USER}
|
||||
TEST_ALLOW_SEND: "1"
|
||||
TEST_SMTPAUTH_USER: ${{ secrets.TEST_USER }}
|
||||
TEST_SMTPAUTH_PASS: ${{ secrets.TEST_PASS }}
|
||||
TEST_SMTPAUTH_USER: ${secrets.TEST_USER}
|
||||
TEST_SMTPAUTH_PASS: ${secrets.TEST_PASS}
|
||||
TEST_SMTPAUTH_TYPE: "LOGIN"
|
||||
|
||||
pkginstall_script:
|
||||
|
|
Loading…
Reference in a new issue