JetBrains / JetBrains/CMake-runner-plugin
Build freezes for big Visual Studio 2010 project
- Dominant language
- Java
- Stars
- 7
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
I had cmake build step for my big project:
``` xml
```
When I starting this steps - it's OK. But after about 10 minutes on second step TeamCity starts output build log very slowly. After another 10 minutes it will output it's log so slow, that it's better to stop it (I had wait one night :)).
For me I found workaround to change 2nd step to **Command Line Runner**:
``` xml
```
The same cmake configuration I'm using with **MinGW Makefiles** generator and it's work fine. Maybe because **Visual Studio** output log is much bigger that **MinGW** it's killing runner.
**Plugin version**: 8.1-6
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.