-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup CI #10
Comments
Based on oshi and thinking on having the dblock projects consistent, what about This will enable you to create a
Which translates to each project ci location when you run maven. BTW can we open a conversation about ci and maven central all together? Almost all of this can be based from oshi and is related. |
You can't use Travis because they don't have Windows and I'd love to see tests actually run, that's why I am suggesting AppVeyor. What do you think? I want you to take some initiative here and try things! Instead of asking for permission ask for forgiveness and it's totally cool to try something, fail, iterate. I'm here to help. |
Ok testing is more important than consistency. I'm speculating here but I don't see how a 3rd party will allow us to write into the registry to run those test. Unfortunately this are more integration tests than unit test and you need elevated permissions to access the registry, most probably the test will fail even in a windows ci environment. Given that you already have an account with appveyor, Can you contact support and see if they can do anything for us? I'm investigating if there is a way of mocking the registry write/read process to create unit tests, |
AppVeyor's builds run with administrative privileges on isolated VMs. Problem solved. |
Ok, I created my account in appveyor, Can you please add my user claudiow to the project. Also how do I proceed for now on? Do i continue on my fork with a new pull request or do I work in master? |
I've added you to log4jna, welcome! You should continue making pull requests, please, even though you have access. You can code review and merge other people's contributions. Try getting the build running - the pull requests are automatically built when you make/update them. |
I cant access https://ci.appveyor.com/project/dblock/log4jna. I think that I can't use my AppVeyor user to see the project, I could not find how to do it at AppVeyor site. In the meantime I'm using https://ci.appveyor.com/project/claudiow/log4jna. This is in a very early stage and full of errors that I'm investigating. |
I don't think you need to access that project or edit it, commit an |
https://ci.appveyor.com/project/dblock/log4jna
maybe http://www.yegor256.com/2015/01/10/windows-appveyor-maven.html?
The text was updated successfully, but these errors were encountered: