Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed May 19, 2019
1 parent 497f8bb commit 2860eb8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,11 @@ workflows:
- build-and-test:
unity_version: 2019.1.2f1
unity_license: ${UNITY_LICENSE_2019_1}
- build-and-test:
unity_version: 2018.4.0f1
unity_license: ${UNITY_LICENSE_2018_4}
# UniTask minimum support version is 2018.3(C# 7.x)
- build-and-test:
unity_version: 2018.3.12f1
unity_license: ${UNITY_LICENSE_2018_3}
# test asmdef will not found.
# - build-and-test:
# unity_version: 2018.4.0f1
# unity_license: ${UNITY_LICENSE_2018_4}
# # UniTask minimum support version is 2018.3(C# 7.x)
# - build-and-test:
# unity_version: 2018.3.12f1
# unity_license: ${UNITY_LICENSE_2018_3}

0 comments on commit 2860eb8

Please sign in to comment.