1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/buildspec.yml

19 lines
452 B
YAML
Raw Normal View History

2019-01-06 20:45:59 -08:00
version: 0.2
env:
2019-01-07 20:15:17 -08:00
variables:
GO111MODULE: on
2019-01-06 20:45:59 -08:00
parameter-store:
YOUTUBE_TEST_API_KEY: "/CodeBuild/youtubeKey"
VIMEO_TEST_API_KEY: "/CodeBuild/vimeoKey"
2019-01-06 20:45:59 -08:00
phases:
install:
commands:
2019-01-07 20:15:17 -08:00
- go version
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b /usr/local/bin v1.12.5
2019-01-06 20:45:59 -08:00
- golangci-lint --version
build:
commands:
- go test -short ./...
- golangci-lint run