문제

I have a C++ open source project that's available from a public svn repository.

It would help me a lot if there is an online service that I can point to my repository and have it build it with GCC on 32 and 64 bit. Then I know that it builds without errors or warnings.

Running my unit tests would be really nice, but I don't really expect anyone does this.

도움이 되었습니까?

다른 팁

Why don't you use Jenkins? It is a CI tool where you build, test and deploy your applications. You have also the possibility to use Jenkins as a Service, where you don't need to install, neither to configure anything. There is a PaaS which provides Jenkins as a Service and they also have a free tier where you can build your applications. There are more specialised on Java but taking a look to their documentation, it seems like if you can also build C and C++ applications.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top