Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
5793bb04a3 | |||
3c31c751f2 | |||
2a4f2449d7 | |||
3920414859 | |||
06ccf153c9 | |||
65b6e17862 |
@@ -31,6 +31,7 @@ pipeline:
|
|||||||
image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
|
image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
|
||||||
group: test
|
group: test
|
||||||
commands:
|
commands:
|
||||||
|
- ${UNITY_DIR}/ci/before_script.sh
|
||||||
- chmod +x ${UNITY_DIR}/ci/test.sh
|
- chmod +x ${UNITY_DIR}/ci/test.sh
|
||||||
- ${UNITY_DIR}/ci/test.sh
|
- ${UNITY_DIR}/ci/test.sh
|
||||||
environment:
|
environment:
|
||||||
@@ -38,13 +39,12 @@ pipeline:
|
|||||||
- TESTING_TYPE=NUNIT
|
- TESTING_TYPE=NUNIT
|
||||||
- VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER}
|
- VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER}
|
||||||
- VERSION_BUILD_VAR=${CI_COMMIT_HASH}
|
- VERSION_BUILD_VAR=${CI_COMMIT_HASH}
|
||||||
when:
|
secrets: [unity_license]
|
||||||
branch:
|
|
||||||
exclude: [main]
|
|
||||||
test-editmode:
|
test-editmode:
|
||||||
image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
|
image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
|
||||||
group: test
|
group: test
|
||||||
commands:
|
commands:
|
||||||
|
- ${UNITY_DIR}/ci/before_script.sh
|
||||||
- chmod +x ${UNITY_DIR}/ci/test.sh
|
- chmod +x ${UNITY_DIR}/ci/test.sh
|
||||||
- ${UNITY_DIR}/ci/test.sh
|
- ${UNITY_DIR}/ci/test.sh
|
||||||
environment:
|
environment:
|
||||||
@@ -52,19 +52,19 @@ pipeline:
|
|||||||
- TESTING_TYPE=NUNIT
|
- TESTING_TYPE=NUNIT
|
||||||
- VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER}
|
- VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER}
|
||||||
- VERSION_BUILD_VAR=${CI_COMMIT_HASH}
|
- VERSION_BUILD_VAR=${CI_COMMIT_HASH}
|
||||||
when:
|
secrets: [unity_license]
|
||||||
branch:
|
|
||||||
exclude: [main]
|
|
||||||
build-standalone-windows:
|
build-standalone-windows:
|
||||||
image: ${IMAGE}:${UNITY_VERSION}-windows-mono-${IMAGE_VERSION}
|
image: ${IMAGE}:${UNITY_VERSION}-windows-mono-${IMAGE_VERSION}
|
||||||
group: build
|
group: build
|
||||||
commands:
|
commands:
|
||||||
|
- ${UNITY_DIR}/ci/before_script.sh
|
||||||
- chmod +x ./ci/build.sh
|
- chmod +x ./ci/build.sh
|
||||||
- ./ci/build.sh
|
- ./ci/build.sh
|
||||||
environment:
|
environment:
|
||||||
- BUILD_TARGET=StandaloneWindows64
|
- BUILD_TARGET=StandaloneWindows64
|
||||||
- VERSION_NUMBER_VAR=${CI_COMMIT_TAG}
|
- VERSION_NUMBER_VAR=${CI_COMMIT_TAG}
|
||||||
- VERSION_BUILD_VAR=${CI_COMMIT_HASH}
|
- VERSION_BUILD_VAR=${CI_COMMIT_HASH}
|
||||||
|
secrets: [unity_license]
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
package:
|
package:
|
||||||
|
8
Assets/Scripts.meta
Normal file
8
Assets/Scripts.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: aa9282cec7ff5ee4ea9898bfc5d2366d
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/Scripts/Editor.meta
Normal file
8
Assets/Scripts/Editor.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a298ceea9d6a15144a14410c55bc73f4
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
11
Assets/Scripts/Editor/BuildCommand.cs.meta
Normal file
11
Assets/Scripts/Editor/BuildCommand.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d3fad0d600a90224d8b11fa8ab794a5f
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
@@ -6,6 +6,7 @@
|
|||||||
"com.unity.ide.vscode": "1.2.5",
|
"com.unity.ide.vscode": "1.2.5",
|
||||||
"com.unity.render-pipelines.universal": "14.0.8",
|
"com.unity.render-pipelines.universal": "14.0.8",
|
||||||
"com.unity.test-framework": "1.1.33",
|
"com.unity.test-framework": "1.1.33",
|
||||||
|
"com.unity.testtools.codecoverage": "1.2.4",
|
||||||
"com.unity.textmeshpro": "3.0.6",
|
"com.unity.textmeshpro": "3.0.6",
|
||||||
"com.unity.timeline": "1.7.4",
|
"com.unity.timeline": "1.7.4",
|
||||||
"com.unity.ugui": "1.0.0",
|
"com.unity.ugui": "1.0.0",
|
||||||
|
@@ -84,6 +84,13 @@
|
|||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
|
"com.unity.settings-manager": {
|
||||||
|
"version": "2.0.1",
|
||||||
|
"depth": 1,
|
||||||
|
"source": "registry",
|
||||||
|
"dependencies": {},
|
||||||
|
"url": "https://packages.unity.com"
|
||||||
|
},
|
||||||
"com.unity.shadergraph": {
|
"com.unity.shadergraph": {
|
||||||
"version": "14.0.8",
|
"version": "14.0.8",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
@@ -104,6 +111,16 @@
|
|||||||
},
|
},
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
|
"com.unity.testtools.codecoverage": {
|
||||||
|
"version": "1.2.4",
|
||||||
|
"depth": 0,
|
||||||
|
"source": "registry",
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.test-framework": "1.0.16",
|
||||||
|
"com.unity.settings-manager": "1.0.1"
|
||||||
|
},
|
||||||
|
"url": "https://packages.unity.com"
|
||||||
|
},
|
||||||
"com.unity.textmeshpro": {
|
"com.unity.textmeshpro": {
|
||||||
"version": "3.0.6",
|
"version": "3.0.6",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
|
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"m_Dictionary": {
|
||||||
|
"m_DictionaryValues": []
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user