This commit is contained in:
parent
06ccf153c9
commit
3920414859
@ -27,28 +27,32 @@ pipeline:
|
|||||||
- chmod +x ${UNITY_DIR}/ci/before_script.sh
|
- chmod +x ${UNITY_DIR}/ci/before_script.sh
|
||||||
- ${UNITY_DIR}/ci/before_script.sh
|
- ${UNITY_DIR}/ci/before_script.sh
|
||||||
secrets: [unity_license]
|
secrets: [unity_license]
|
||||||
# test-playmode:
|
test-playmode:
|
||||||
# image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
|
image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
|
||||||
# group: test
|
group: test
|
||||||
# commands:
|
commands:
|
||||||
# - chmod +x ${UNITY_DIR}/ci/test.sh
|
- echo $HOME
|
||||||
# - ${UNITY_DIR}/ci/test.sh
|
- find /root/.local
|
||||||
# environment:
|
- chmod +x ${UNITY_DIR}/ci/test.sh
|
||||||
# - TEST_PLATFORM=playmode
|
- ${UNITY_DIR}/ci/test.sh
|
||||||
# - TESTING_TYPE=NUNIT
|
environment:
|
||||||
# - VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER}
|
- TEST_PLATFORM=playmode
|
||||||
# - VERSION_BUILD_VAR=${CI_COMMIT_HASH}
|
- TESTING_TYPE=NUNIT
|
||||||
# test-editmode:
|
- VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER}
|
||||||
# image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
|
- VERSION_BUILD_VAR=${CI_COMMIT_HASH}
|
||||||
# group: test
|
test-editmode:
|
||||||
# commands:
|
image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
|
||||||
# - chmod +x ${UNITY_DIR}/ci/test.sh
|
group: test
|
||||||
# - ${UNITY_DIR}/ci/test.sh
|
commands:
|
||||||
# environment:
|
- echo $HOME
|
||||||
# - TEST_PLATFORM=editmode
|
- find /root/.local
|
||||||
# - TESTING_TYPE=NUNIT
|
- chmod +x ${UNITY_DIR}/ci/test.sh
|
||||||
# - VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER}
|
- ${UNITY_DIR}/ci/test.sh
|
||||||
# - VERSION_BUILD_VAR=${CI_COMMIT_HASH}
|
environment:
|
||||||
|
- TEST_PLATFORM=editmode
|
||||||
|
- TESTING_TYPE=NUNIT
|
||||||
|
- VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER}
|
||||||
|
- VERSION_BUILD_VAR=${CI_COMMIT_HASH}
|
||||||
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
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"m_Dictionary": {
|
||||||
|
"m_DictionaryValues": []
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user