4 Commits

Author SHA1 Message Date
5793bb04a3 set up license for every unity invocation
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/tag/woodpecker Pipeline failed
2023-07-17 11:49:19 -05:00
3c31c751f2 set up license for every unity invocation 2023-07-17 11:45:09 -05:00
2a4f2449d7 chuck some logging into ci scripts
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-07-17 11:38:22 -05:00
3920414859 chuck some logging into ci scripts
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-07-17 11:33:43 -05:00
2 changed files with 33 additions and 22 deletions

View File

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

View File

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