release script

This commit is contained in:
Liam Galvin 2018-11-24 17:20:44 +00:00
parent 261424c9ec
commit cafb261260
1 changed files with 17 additions and 9 deletions

View File

@ -3,7 +3,7 @@
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
build:
- build:
docker:
# specify the version
- image: liamg/golang-opengl
@ -12,3 +12,11 @@ jobs:
- checkout
- run: make test
- run: make release
- tag_test:
requires:
- build
steps:
- run: echo YES
filters:
tags:
only: /.*/