dotfiles/.circleci/config.yml

14 lines
215 B
YAML
Raw Normal View History

2018-06-03 11:13:11 +01:00
version: 2
jobs:
build:
docker:
- image: debian:stretch
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