Radarr/.circleci/config.yml

19 lines
485 B
YAML
Raw Normal View History

2018-02-12 15:37:33 +00:00
version: 2
jobs:
build:
docker:
- image: gallileo/radarr-cci-primary:4.8
2018-02-12 15:37:33 +00:00
steps:
- checkout
- run: git submodule update --init --recursive
- run:
name: Build
command: ./build.sh
2018-02-12 16:15:14 +00:00
- run: mkdir _tests/reports
2018-02-12 15:37:33 +00:00
- run:
name: Testing
command: ./test.sh Linux Unit
- store_test_results:
path: _tests/reports/