mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
16 lines
350 B
YAML
16 lines
350 B
YAML
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
|