remove test stages from CI while we have no tests
This commit is contained in:
parent
65b6e17862
commit
06ccf153c9
@ -27,28 +27,28 @@ 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
|
# - chmod +x ${UNITY_DIR}/ci/test.sh
|
||||||
- ${UNITY_DIR}/ci/test.sh
|
# - ${UNITY_DIR}/ci/test.sh
|
||||||
environment:
|
# environment:
|
||||||
- TEST_PLATFORM=playmode
|
# - TEST_PLATFORM=playmode
|
||||||
- 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}
|
||||||
test-editmode:
|
# test-editmode:
|
||||||
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
|
# - chmod +x ${UNITY_DIR}/ci/test.sh
|
||||||
- ${UNITY_DIR}/ci/test.sh
|
# - ${UNITY_DIR}/ci/test.sh
|
||||||
environment:
|
# environment:
|
||||||
- TEST_PLATFORM=editmode
|
# - TEST_PLATFORM=editmode
|
||||||
- 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}
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user