OSVR-Core icon indicating copy to clipboard operation
OSVR-Core copied to clipboard

Set up appveyor builds

Open rpavlik opened this issue 9 years ago • 5 comments

AppVeyor appears to be the Travis-CI for Windows. Should get it going.

rpavlik avatar Apr 17 '15 16:04 rpavlik

@rpavlik I see AppVeyor listed next to Travis-CI for the continuous integration checks for my pull request https://github.com/OSVR/OSVR-Core/pull/483. Should this issue still be open?

malcolmathci avatar Dec 04 '16 05:12 malcolmathci

@malcolmathci, AppVeyor CI check is enabled but setup is not yet complete, because it needs a config file appveyor.yml, which is similar to travis.yml in the root directory, and is used to configure the build. We'd gladly welcome your contribution if you wanted to give it a try. Here are some references - https://www.appveyor.com/docs/build-configuration/#configuring-build https://www.appveyor.com/docs/appveyor-yml/

gfrolov avatar Dec 05 '16 21:12 gfrolov

@mars979 I've done some work for this already in the appveyor branch, but I don't think it's completely functional yet. See my appveyor.yml.

godbyk avatar Dec 05 '16 21:12 godbyk

@mars979 @godbyk Thanks for the info. I'll review the docs and resume work on appveyor.yml.

malcolmathci avatar Dec 05 '16 23:12 malcolmathci

Note that while it's listed as a check, it's not currently being enforced for pull requests, only travis is. (since it's not complete)

rpavlik avatar Dec 06 '16 15:12 rpavlik