royhills / ike-scan

The IKE Scanner
GNU General Public License v3.0
363 stars 59 forks source link

Add .travis.yaml config #2

Closed claudijd closed 11 years ago

claudijd commented 11 years ago

This change is a two step process:

1.) This travis.yaml file tells travis that we want to build ike-scan using both gcc and clang as well as with different build options defined below. It setups the target build servers environment and builds the necessary derived files we need to offer up a build of ike-scan. If a build were to fail in any branch of this project (including pull requests) it will show in the pull request whether the change will cause the build to fail and report back.

2.) You would need to use the github SSO to login to Travis here (https://travis-ci.org/) and enable travis for your ike-scan repo. You would then need to open the setting on the GitHub project and enable the travis service hook. Once this is done, all the features mentioned above will be live.

I realize this is a big change, so feel free to let me know if more discussion is required before this goes in.

claudijd commented 11 years ago

Here's an example of what these builds would look like (which are generated after every commit to the project)...

https://travis-ci.org/claudijd/ike-scan