mirror of https://github.com/liamg/aminal.git
fixed darwin build
This commit is contained in:
parent
7a01195fd6
commit
7442b2740e
|
@ -58,25 +58,25 @@ workflows:
|
|||
- test:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
only: /^v.*/
|
||||
- build-darwin:
|
||||
requires:
|
||||
- test
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
only: /^v.*/
|
||||
- build-linux:
|
||||
requires:
|
||||
- test
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
only: /^v.*/
|
||||
- release:
|
||||
requires:
|
||||
- build-linux
|
||||
- build-darwin
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
only: /^v.*/
|
||||
branches:
|
||||
ignore: /.*/
|
Loading…
Reference in New Issue