MorrisB-- / MasterHash

Password manager that allows a user to have an almost infinite amount of passwords while only using their main one.
GNU General Public License v3.0
25 stars 41 forks source link

Add Continuous integration to project. #25

Open MorrisB-- opened 7 years ago

MorrisB-- commented 7 years ago

Consider adding CI after the Pre-Alpha is released.

srajappa commented 7 years ago

Jenkins is a good tool for CI :). I hope I provided an appropriate statement here regarding the issue.

MorrisB-- commented 7 years ago

Yeah we use Jenkins at work, I was also considering Travis since it seems super popular on GitHub. In the meantime I have to learn a little more about CI before implementing it.

patanric commented 7 years ago

As far as I know Travis is ready to use, whereas Jenkins you have to install it somewhere and maintain it. Travis is free for open source projects.

srajappa commented 7 years ago

Oh is it ? I never knew that travis CI was free for projects that are open source. In such case Travis is much better option in comparison to Jenkins; moreover one can add Travis build status badges to the README file.

MorrisB-- commented 7 years ago

Do you have experience with Travis @srajappa ? I'll definitely start looking into it more

srajappa commented 7 years ago

As a DevOps engineer I use Jenkins daily, don't think Travis CI will be much different :). Haven't used Travis CI but from if you want me to explore and integrate it here, then i am all for help :)