remove test stages from CI while we have no tests
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline failed Details

This commit is contained in:
Branden J Brown 2023-07-16 23:57:06 -05:00
parent 65b6e17862
commit 06ccf153c9
1 changed files with 22 additions and 22 deletions

View File

@ -27,28 +27,28 @@ pipeline:
- chmod +x ${UNITY_DIR}/ci/before_script.sh
- ${UNITY_DIR}/ci/before_script.sh
secrets: [unity_license]
test-playmode:
image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
group: test
commands:
- chmod +x ${UNITY_DIR}/ci/test.sh
- ${UNITY_DIR}/ci/test.sh
environment:
- TEST_PLATFORM=playmode
- TESTING_TYPE=NUNIT
- VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER}
- VERSION_BUILD_VAR=${CI_COMMIT_HASH}
test-editmode:
image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
group: test
commands:
- chmod +x ${UNITY_DIR}/ci/test.sh
- ${UNITY_DIR}/ci/test.sh
environment:
- TEST_PLATFORM=editmode
- TESTING_TYPE=NUNIT
- VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER}
- VERSION_BUILD_VAR=${CI_COMMIT_HASH}
# test-playmode:
# image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
# group: test
# commands:
# - chmod +x ${UNITY_DIR}/ci/test.sh
# - ${UNITY_DIR}/ci/test.sh
# environment:
# - TEST_PLATFORM=playmode
# - TESTING_TYPE=NUNIT
# - VERSION_NUMBER_VAR=${CI_COMMIT_BRANCH}-${CI_BUILD_NUMBER}
# - VERSION_BUILD_VAR=${CI_COMMIT_HASH}
# test-editmode:
# image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
# group: test
# commands:
# - chmod +x ${UNITY_DIR}/ci/test.sh
# - ${UNITY_DIR}/ci/test.sh
# 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:
image: ${IMAGE}:${UNITY_VERSION}-windows-mono-${IMAGE_VERSION}
group: build