dotfiles/.circleci/config.yml

13 lines
191 B
YAML
Raw Normal View History

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