Files
kotlin-fork/backend.native/tests/teamcity-test.property
T
Vasily Levchenko 461b977cae TEST: build slack teamcity properties for testing:
- NEVER commit if konan-reporter-token contains real token.
2017-04-05 14:27:16 +03:00

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>