mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-21 00:31:42 +02:00
46 lines
854 B
YAML
46 lines
854 B
YAML
---
|
|
#
|
|
# Ansible managed
|
|
#
|
|
language: python
|
|
|
|
python:
|
|
- "3.7"
|
|
|
|
services:
|
|
- docker
|
|
|
|
env:
|
|
global:
|
|
namespace="robertdebock"
|
|
matrix:
|
|
- image="alpine" tag="latest"
|
|
- image="alpine" tag="edge"
|
|
- image="debian" tag="latest"
|
|
- image="debian" tag="bullseye"
|
|
- image="centos" tag="7"
|
|
- image="centos" tag="latest"
|
|
- image="fedora" tag="31"
|
|
- image="fedora" tag="latest"
|
|
- image="fedora" tag="rawhide"
|
|
- image="opensuse" tag="latest"
|
|
- image="ubuntu" tag="bionic"
|
|
- image="ubuntu" tag="xenial"
|
|
- image="ubuntu" tag="latest"
|
|
|
|
cache:
|
|
- pip
|
|
|
|
install:
|
|
- pip install --upgrade pip
|
|
- pip install tox
|
|
|
|
script:
|
|
- tox --parallel all
|
|
|
|
notifications:
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
|
slack:
|
|
secure: "# out of `travis encrypt robertdebock:TOKEN-FROM-SLACK`"
|
|
email: false
|