Use CircleCI

This commit is contained in:
Ivan Izaguirre 2019-06-11 00:04:23 +02:00
parent 047233f16b
commit 049e80acd7
1 changed files with 10 additions and 0 deletions

10
.circleci/config.yml Normal file
View File

@ -0,0 +1,10 @@
version: 2
jobs:
build:
working_directory: /go/src/github.com/ivanizag/apple2
docker:
- image: circleci/golang:1.10
steps:
- checkout
- run: go get -d ./...
- run: go test . ./core6502