mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 13:44:16 +00:00
17 lines
241 B
YAML
17 lines
241 B
YAML
---
|
|
language: python
|
|
services: docker
|
|
|
|
env:
|
|
global:
|
|
- ROLE_NAME: ansible-riot-webapp
|
|
matrix:
|
|
- MOLECULE_DISTRO: debian9
|
|
|
|
install:
|
|
- pip install molecule docker
|
|
|
|
jobs:
|
|
include:
|
|
- stage: default
|
|
script: molecule test
|