-
Notifications
You must be signed in to change notification settings - Fork 8
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
Build on Windows with Appveyor #29
Comments
@dizzisound I'd love some help on this one; if we can ship the build artifact from this, I won't need to ask for builds 😄 |
@wizardishungry Glad to help, if I can. Tell me as well how I can help, I'm just inquiring about AppVeyor, new to it. |
@wizardishungry At a first glance, I looked at DHE-Modules implementation, precisely the main script descriptor appveyor.yml and I would say that in our case there's a need to integrate the script fragment lauched at line 48:
Most likely rtl-sdr and libusb libraries don't come included in the AppVeyor MSYS2 setup, so the next step looks like this to me: "How to configure an extra fragment to pull, configure and compile the required libraries?" |
@dizzisound I think the best solution would be to move towards using git submodules on every platform. Both of those libraries are semi-complex to build, so I'm keeping my eyes open for a plugin that builds stuff along the lines of |
@wizardishungry Nice point, I agree. |
DHE-Modules has a branch right now that builds using Appveyor. I'd ask that if we decide to use external scripts we use a standard layout. We could also stand to put Travis scripts in this layout.
The text was updated successfully, but these errors were encountered: