Radarr/.circleci/config.yml

16 lines
350 B
YAML
Raw Normal View History

2018-02-12 15:37:33 +00:00
version: 2
jobs:
build:
docker:
- image: mono:4.8
steps:
- checkout
- run: git submodule update --init --recursive
- run:
name: Build
command: ./build.sh
- run:
name: Testing
command: ./test.sh Linux Unit