Build-wrapper was found empty

Hi Massimo Paladin…
I have a similar issue…
I was able to run a compilation with travis for an embedded c project for stm32 microcontroller…
But i don’t know how to use/link the build wrapper…
Can you please help me ?

Thanks simoneraw_log.txt (42.7 KB)

Hi @Simone_Gasparella ,

looking at the log you are building your project and then you are downloading build-wrapper and calling build-wrapper in an already built project.

You should wrap your initial build with build-wrapper.

Hi Massimo…

Thanks thanks a lot for your suggestion…
Can you show me how to modify the travis.yml file in ordert to do that ?
I have tried many times failing…

Grazie di cuore

Simone

Hi @Simone_Gasparella ,

I would invite you to read the documentation and have a look at our examples, they are self explicative and should give you the necessary information to modify your .travis.yml file.

Hi Massimo…

I have tried so many times and I failed…
It is not just a simple c project but an embedded c project for a microcontroller…
Do you know someone that can modify the travis.yml file ?

Thanks a lot

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.