-
Notifications
You must be signed in to change notification settings - Fork 27
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
Ask @foonathan how to use libclang + VS on appveyor #37
Comments
Here is my Appveyor script: https://github.com/foonathan/standardese/blob/master/appveyor.yml libclang is preinstalled. |
I've noticed that you're building clang 3.8 in your Travis script. Clang 3.7 is in the Travis whitelist, and you can take libclang from that package (See https://github.com/GueimUCM/siplasplas/blob/master/.travis.yml#L103). That should reduce your CI builds time. EDIT: Just install |
I'm not building clang 3.8, I'm downloading it. And given the time it takes Travis to install something, it is faster. |
Good to know. |
Also at the time of setting it up, LLVM's apt mirror was down. |
Yeah, my builds magically become green some days ago... |
Aka _fix appveyor build_.
Related: #10, #29
The text was updated successfully, but these errors were encountered: