Try running builds for tags
This commit is contained in:
parent
922e10bc48
commit
0d6279c983
|
@ -771,22 +771,60 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_all:
|
build_all:
|
||||||
jobs:
|
jobs:
|
||||||
- build_eoan_64
|
- build_eoan_64:
|
||||||
- build_eoan_32
|
filters:
|
||||||
- build_disco_64
|
tags:
|
||||||
- build_disco_32
|
only: /.*/
|
||||||
- build_bionic_64
|
- build_eoan_32:
|
||||||
- build_bionic_32
|
filters:
|
||||||
- build_buster_64
|
tags:
|
||||||
- build_stretch_64
|
only: /.*/
|
||||||
- build_fedora_29_64
|
- build_disco_64:
|
||||||
- build_fedora_30_64
|
filters:
|
||||||
- build_fedora_31_64
|
tags:
|
||||||
- build_mingw
|
only: /.*/
|
||||||
|
- build_disco_32:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
- build_bionic_64:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
- build_bionic_32:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
- build_buster_64:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
- build_stretch_64:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
- build_fedora_29_64:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
- build_fedora_30_64:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
- build_fedora_31_64:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
- build_mingw:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
- build_mac:
|
- build_mac:
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: master
|
only: master
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
- upload_artifacts:
|
- upload_artifacts:
|
||||||
context: gcp
|
context: gcp
|
||||||
requires:
|
requires:
|
||||||
|
@ -806,3 +844,5 @@ workflows:
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: master
|
only: master
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
|
Loading…
Reference in New Issue