gerddie / ginkgocadx

Advanced DICOM viewer
131 stars 38 forks source link

Update travis, get build working again #49

Closed andy5995 closed 2 years ago

andy5995 commented 5 years ago

ping #48

So obviously I can't do anything about the errors related to the PPA (https://travis-ci.org/gerddie/ginkgocadx/jobs/535462935#L201)

So I just made a few "preliminary" changes to get some ideas.

All the requested packages download from the xenial repo, but you can see from the logs at https://travis-ci.com/andy5995/ginkgocadx/builds/112703764 that the build still fails. Though gets much further with clang.

In your current travis file, you're using separate PPA's because the default xenial packages don't have what's necessary?

andy5995 commented 5 years ago

I don't understand why the gcc build fails with the error that c++11 needs to be enabled. cmake is detecting that it's enabled, and the compiler being used is gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609, which has c++11 enabled by default, right?

andy5995 commented 5 years ago

I added tests for gcc 6, 7, and 8. The build for 6 got about as far as the clang build up to 29%.

https://travis-ci.com/andy5995/ginkgocadx/builds/112861861

gerddie commented 2 years ago

Closing because the repo will be archived,