chuck some logging into ci scripts
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Branden J Brown 2023-07-17 11:33:43 -05:00
parent 06ccf153c9
commit 3920414859
2 changed files with 31 additions and 22 deletions

View File

@ -27,28 +27,32 @@ 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:
- echo $HOME
- find /root/.local
- 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:
- echo $HOME
- find /root/.local
- 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

View File

@ -0,0 +1,5 @@
{
"m_Dictionary": {
"m_DictionaryValues": []
}
}