Chip-8_Go/.drone.yml

13 lines
172 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name : test
image: golang:latest
commands:
- go test
- name : build
image: golang:latest
commands
- go build