heartysoft / togglez

Feature toggling for .NET. Uses Zookeeper.
Mozilla Public License 2.0
1 stars 2 forks source link

Added Build steps for OS-X/Linux & Travis CI Build #2

Closed adron-orange closed 8 years ago

adron-orange commented 8 years ago

Hello @ashic.

Added the following:

1. Travis yml file for a Travis CI Build.
2. Paket package management for x-plat package management.
3. Added information in README.md to clone and build solution.
4. Add build code for build.bat and build.sh.
5. Added FAKE for future x-plat or OS-X build, just additive changes at this time with the addition of build.fsx.
6. Added the respective Travis CI Build badge to the README.md file. Which of course can be changed to heartysoft's build if you want to do that. Either way.

Feel free to ping me to discuss further if you'd like. (Twitter @adron and other Github me @Adron.

Looking to add additional bits in the coming days & will link back from the other Zookeeper project I've started once it's publicly on the organization site (not just my personal account).

ashic commented 8 years ago

Thanks!