andrewprock / pokerstove

poker evaluation and enumeration software
BSD 3-Clause "New" or "Revised" License
804 stars 350 forks source link

Add Travis-CI configuration #50

Closed rakhimov closed 6 years ago

rakhimov commented 6 years ago

This builds on Ubuntu Trusty with Clang and GCC. Example runs: https://travis-ci.org/rakhimov/pokerstove

There are some bogus issues with '-std=c++11' flags that needs proper CMake configurations per library. The current setup is only provided for executables. PR #33 seems to be related to this issue.