Skip to content

Instantly share code, notes, and snippets.

View donny-dont's full-sized avatar

Don Olmstead donny-dont

  • Sony Interactive Entertainment
  • San Francisco, CA
  • X @don_olmstead
View GitHub Profile
@donny-dont
donny-dont / .drone.yml
Last active April 14, 2016 23:42 — forked from bradrydzewski/build_latest.go
Drone nightly build
# Build
build:
image: golang:1.5
environment:
- GO15VENDOREXPERIMENT=1
- GOOS=linux
- GOARCH=amd64
- CGO_ENABLED=0
commands:
- go get