From 2860eb8ed1ce338642c42761025d166377bc3a9f Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai Date: Mon, 20 May 2019 02:55:34 +0900 Subject: [PATCH] CI --- .circleci/config.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4832248..288bf97 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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} \ No newline at end of file + # 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} \ No newline at end of file