Skip to content

Commit

Permalink
CI2
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Apr 16, 2020
1 parent 676aba7 commit d5f6072
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.*/
Expand Down

0 comments on commit d5f6072

Please sign in to comment.