1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/buildspec.yml
Maksym Pavlenko 30bfd2ebef Use Makefile
2019-02-24 14:19:55 -08:00

15 lines
235 B
YAML

version: 0.2
env:
variables:
GO111MODULE: on
parameter-store:
YOUTUBE_TEST_API_KEY: "/CodeBuild/youtubeKey"
VIMEO_TEST_API_KEY: "/CodeBuild/vimeoKey"
phases:
build:
commands:
- make lint
- make test