bluetooth/.circleci/config.yml

14 lines
281 B
YAML
Raw Normal View History

2020-05-24 20:00:05 +03:00
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