mirror of https://github.com/liamg/aminal.git
release script
This commit is contained in:
parent
0557353020
commit
b4ea480f6d
|
@ -15,6 +15,7 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
# specify the version
|
# specify the version
|
||||||
- image: liamg/golang-opengl
|
- image: liamg/golang-opengl
|
||||||
|
working_directory: /go/src/github.com/liamg/aminal
|
||||||
requires:
|
requires:
|
||||||
- build
|
- build
|
||||||
steps:
|
steps:
|
||||||
|
@ -25,7 +26,13 @@ jobs:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_and_release:
|
build:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
- build
|
||||||
- release
|
tagged-build:
|
||||||
|
jobs:
|
||||||
|
- build
|
||||||
|
- release:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
Loading…
Reference in New Issue