mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-06 18:48:54 +00:00
Add FreeBSD to Shippable CI. (#16883)
This commit is contained in:
parent
6dc148d82c
commit
e2602e9be0
7 changed files with 278 additions and 17 deletions
|
|
@ -98,6 +98,8 @@ endif
|
|||
# Otherwise use the test_default inventory group, which runs fewer tests, but should work on any system.
|
||||
ifeq ($(container),docker)
|
||||
TEST_CONNECTION_FILTER := 'test_docker'
|
||||
else ifeq ($(container),freebsd)
|
||||
TEST_CONNECTION_FILTER := 'test_freebsd'
|
||||
else
|
||||
TEST_CONNECTION_FILTER := 'test_default'
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue