461b977cae
- NEVER commit if konan-reporter-token contains real token.
12 lines
480 B
Plaintext
12 lines
480 B
Plaintext
#
|
|
# Test property for teamcity integration tests.
|
|
# how to launch tests:
|
|
# 1. place well-formed result.json in test.output/external
|
|
# 2. launch following command:
|
|
# > export TEAMCITY_BUILD_PROPERTIES_FILE=backend.native/tests/teamcity-test.property
|
|
# > ./gradlew :backend.native:tests:slackReport
|
|
#
|
|
teamcity.build.id=test-build
|
|
teamcity.buildType.id=test-type-build
|
|
konan-reporter-token=<never-commit-here-real-token>
|
|
konan-channel-name=<never-commit-here-real-channel-name> |