You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|