Skip to content

Problems with Travis CI

Nat! edited this page Oct 18, 2017 · 2 revisions

Travis allows multiple C-Compilers with its matrix feature now. Travis sets the CC variable now, even if no matrix is being used, which overrides the default .CC file used in mulle-objc projects. Until there is a better solution, unset the CC variable in .travis.yml:

CC= mulle-build
Clone this wiki locally