mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-25 09:20:17 +00:00
true CI
This commit is contained in:
@@ -53,19 +53,19 @@ workflows:
|
|||||||
version: 2
|
version: 2
|
||||||
build-unity:
|
build-unity:
|
||||||
jobs:
|
jobs:
|
||||||
- unity-2019-3:
|
- build-and-test:
|
||||||
unity_version: 2019.3.0a2
|
unity_version: 2019.3.0a2
|
||||||
unity_license: ${UNITY_LICENSE_2019_3}
|
unity_license: ${UNITY_LICENSE_2019_3}
|
||||||
- unity-2019-2:
|
- build-and-test:
|
||||||
unity_version: 2019.2.0b2
|
unity_version: 2019.2.0b2
|
||||||
unity_license: ${UNITY_LICENSE_2019_2}
|
unity_license: ${UNITY_LICENSE_2019_2}
|
||||||
- unity-2019-1:
|
- build-and-test:
|
||||||
unity_version: 2019.1.3f1
|
unity_version: 2019.1.3f1
|
||||||
unity_license: ${UNITY_LICENSE_2019_1}
|
unity_license: ${UNITY_LICENSE_2019_1}
|
||||||
- unity-2018-4:
|
- build-and-test:
|
||||||
unity_version: 2018.4.0f1
|
unity_version: 2018.4.0f1
|
||||||
unity_license: ${UNITY_LICENSE_2018_4}
|
unity_license: ${UNITY_LICENSE_2018_4}
|
||||||
# UniTask minimum support version is 2018.3(C# 7.x)
|
# UniTask minimum support version is 2018.3(C# 7.x)
|
||||||
- unity-2018-3:
|
- build-and-test:
|
||||||
unity_version: 2018.3.14f1
|
unity_version: 2018.3.14f1
|
||||||
unity_license: ${UNITY_LICENSE_2018_3}
|
unity_license: ${UNITY_LICENSE_2018_3}
|
||||||
Reference in New Issue
Block a user