Search found 3 matches

by ojapes
Thu Sep 05, 2024 6:22 am
Forum: General Discussion
Topic: Problem when building on Teamcity Build Agents
Replies: 3
Views: 1567

Re: Problem when building on Teamcity Build Agents

We're not sure why, but we seem to have fixed it by changing the way the project is checked out on the build agent from our git-repo. So if anyone is interested and can maybe confirm that this change is necessary, this is what we did: First thing we changed was the branch name from refs/heads/master...
by ojapes
Wed Sep 04, 2024 6:06 am
Forum: General Discussion
Topic: Problem when building on Teamcity Build Agents
Replies: 3
Views: 1567

Re: Problem when building on Teamcity Build Agents

ESP_Sprite wrote:
Wed Sep 04, 2024 12:05 am
You may have more luck asking the PlatformIO people for help.
Thanks for that hint, I'll crosspost my question over there as well.
by ojapes
Tue Sep 03, 2024 2:06 pm
Forum: General Discussion
Topic: Problem when building on Teamcity Build Agents
Replies: 3
Views: 1567

Problem when building on Teamcity Build Agents

Hello, we're using Teamcity as our CI/CD-Tool. I'm right now developing an application mainly on a Liligo-TSim7000g, but with other, simpler, boards also as environments. The build was fine, until I needed to switch the main platform SDK from Arduino to espdf with Arduino as an AddOn. Since then, ou...