mirror of
https://github.com/ivanizag/izapple2.git
synced 2025-01-20 01:30:23 +00:00
11 lines
223 B
YAML
11 lines
223 B
YAML
|
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
|