WPettersson / regina

Regina - a topological software suite
Other
1 stars 0 forks source link

Continuous integration #6

Open WPettersson opened 8 years ago

WPettersson commented 8 years ago

I've managed to set up travis CI in the travis branch. Currently clang compiles fine, but gcc takes more than 50 minutes to compile the engine, python bindings and UI, which results in a time-out failure. I think if CI is to be used, this project probably needs to be broken down into smaller components. However, gcc doesn't even manage to compile the engine and python bindings in 50 minutes, and I don't think that splitting those two is a good idea.