noloader / cryptopp-cmake

CMake files for Crypto++ project
BSD 3-Clause "New" or "Revised" License
92 stars 67 forks source link

Fix travis ci build file to let travis clone cryptopp-cmake #23

Closed abdes closed 6 years ago

abdes commented 6 years ago

The build workflow in README.md is not suitable for CI. It does not allow the CI to test the changes from pull requests and branches.

Build file changed to let travis clone cryptopp-cmake and then we manually setup cryptopp and the test project and copy the cmake files from the cryptopp-cmake.

abdes commented 6 years ago

zero changes to cmake file in this pull request :-) just the .travis.yml