Closed andy5995 closed 2 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?
I added tests for gcc 6, 7, and 8. The build for 6 got about as far as the clang build up to 29%.
Closing because the repo will be archived,
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?