Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctest support added. test/CMakeLists cleanup #39

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

tarTG
Copy link

@tarTG tarTG commented Jan 9, 2017

Added ctest support.
Tests can be started with make test
removed unnecessary stuff from test/CMakeLists.txt

@ftomassetti
Copy link
Member

Thanks. Travis seems unhappy about this PR but I am not sure why

@tarTG
Copy link
Author

tarTG commented Feb 7, 2017

The Python 2.6.9 build used old dependencies. There are updated now.
In all the clang builds with Python, Python could not find the clang compiler. Even in the stable builds, clang was never used. I did a workaround by reinstalling clang, but I think we have to restructure the build matrix in Travis to have a nice and clean solution.

@tarTG
Copy link
Author

tarTG commented Feb 8, 2017

Set compiler on Travis to gcc-6 and clang3.7
CMake is now building with C++14 on all compilers (including MSVC).

Also forgot to squash the branch... sorry for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants