From d5f607204b4363b5e0c299b806ec85001ec35953 Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai Date: Thu, 16 Apr 2020 20:55:27 +0900 Subject: [PATCH] CI2 --- .circleci/config.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 822e229b..95e5eafe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,9 +85,15 @@ workflows: - build-and-create-package: unity_version: 2019.1.2f1 unity_license: ${UNITY_LICENSE_2019_1} + filters: + tags: + only: /.*/ - build-and-test: unity_version: 2019.1.2f1 unity_license: ${UNITY_LICENSE_2019_1} + filters: + tags: + only: /.*/ # test asmdef will not found. # - build-and-test: # unity_version: 2018.4.0f1 @@ -96,10 +102,17 @@ workflows: # - build-and-test: # unity_version: 2018.3.12f1 # 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: requires: - - build-and-test - - build-and-create-package + - build-and-create-package-release filters: tags: only: /^\d\.\d\.\d.*/