-
Notifications
You must be signed in to change notification settings - Fork 0
TeamCity support
KonH edited this page May 25, 2021
·
4 revisions
This template provides easily integrated TeamCity Kotlin DSL support. It allows you to make builds automatically on each commit.
You need to install TeamCity and configure your project.
You need to edit .teamcity/settings.kts in your project:
- Set required platforms to build in
platforms
(it's already set to "WebGL", "StandaloneWindows", "StandaloneOSX" by default) - If you want upload builds to itch.io: set
enablePublish = true
and provide requiredpublishUser
andpublishProject
(disabled by default)
- Navigate to {teamcity-url}/admin/admin.html?item=projects
- Click at "Create project":
- Enter repository URL and your credentials
- Enable synchronization with the VCS repository:
- Now you can see all build configurations in TeamCity UI:
- Configuration is done, now your builds will be produced automatically