master 1.3.0
Yoshifumi Kawai 2020-04-16 20:55:27 +09:00
parent 676aba7cce
commit d5f607204b
1 changed files with 15 additions and 2 deletions

View File

@ -85,9 +85,15 @@ workflows:
- build-and-create-package: - build-and-create-package:
unity_version: 2019.1.2f1 unity_version: 2019.1.2f1
unity_license: ${UNITY_LICENSE_2019_1} unity_license: ${UNITY_LICENSE_2019_1}
filters:
tags:
only: /.*/
- build-and-test: - build-and-test:
unity_version: 2019.1.2f1 unity_version: 2019.1.2f1
unity_license: ${UNITY_LICENSE_2019_1} unity_license: ${UNITY_LICENSE_2019_1}
filters:
tags:
only: /.*/
# test asmdef will not found. # test asmdef will not found.
# - build-and-test: # - build-and-test:
# unity_version: 2018.4.0f1 # unity_version: 2018.4.0f1
@ -96,10 +102,17 @@ workflows:
# - build-and-test: # - build-and-test:
# unity_version: 2018.3.12f1 # unity_version: 2018.3.12f1
# unity_license: ${UNITY_LICENSE_2018_3} # unity_license: ${UNITY_LICENSE_2018_3}
- build-and-create-package-release:
unity_version: 2019.1.2f1
unity_license: ${UNITY_LICENSE_2019_1}
filters:
tags:
only: /^\d\.\d\.\d.*/
branches:
ignore: /.*/
- upload-github: - upload-github:
requires: requires:
- build-and-test - build-and-create-package-release
- build-and-create-package
filters: filters:
tags: tags:
only: /^\d\.\d\.\d.*/ only: /^\d\.\d\.\d.*/