Compare commits
1 Commits
master
...
build-afte
Author | SHA1 | Date | |
---|---|---|---|
|
b3927f395d |
@ -197,26 +197,38 @@ workflows:
|
|||||||
build_packer_binaries:
|
build_packer_binaries:
|
||||||
jobs:
|
jobs:
|
||||||
- build_linux:
|
- build_linux:
|
||||||
|
requires:
|
||||||
|
- test
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
- build_darwin:
|
- build_darwin:
|
||||||
|
requires:
|
||||||
|
- test
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
- build_windows:
|
- build_windows:
|
||||||
|
requires:
|
||||||
|
- test
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
- build_freebsd:
|
- build_freebsd:
|
||||||
|
requires:
|
||||||
|
- test
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
- build_openbsd:
|
- build_openbsd:
|
||||||
|
requires:
|
||||||
|
- test
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
- build_solaris:
|
- build_solaris:
|
||||||
|
requires:
|
||||||
|
- test
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user