bluetooth/.circleci/config.yml
2020-05-24 19:19:37 +02:00

14 lines
281 B
YAML

version: 2
jobs:
build:
docker:
- image: tinygo/tinygo-dev
working_directory: /usr/local/go/src/github.com/aykevl/go-bluetooth
steps:
- checkout
- run: tinygo version
- run:
name: "Run smoke tests"
command: make smoketest