dotfiles/.circleci/config.yml

23 lines
369 B
YAML
Raw Normal View History

2018-06-03 11:13:11 +01:00
version: 2
jobs:
2018-06-03 11:38:22 +01:00
fedora:
2018-06-03 11:17:49 +01:00
machine: true
2018-06-03 11:16:28 +01:00
environment:
DETECTED_OS: fedora:27
DOCKER_IMAGE: cyplo/fedora27_base
2018-06-03 11:13:11 +01:00
steps:
- checkout
2018-06-03 11:16:28 +01:00
- run: ./test.sh
2018-06-03 11:13:11 +01:00
2018-06-03 11:38:22 +01:00
ubuntu:
machine: true
environment:
DETECTED_OS: ubuntu:artful
DOCKER_IMAGE: cyplo/artful_base
steps:
- checkout
- run: ./test.sh