Skip to content
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

Open
Manu343726 opened this issue Jul 2, 2016 · 6 comments
Open

Ask @foonathan how to use libclang + VS on appveyor #37

Manu343726 opened this issue Jul 2, 2016 · 6 comments
Labels

Comments

@Manu343726
Copy link
Owner

Manu343726 commented Jul 2, 2016

Aka _fix appveyor build_.

Related: #10, #29

@foonathan
Copy link

Here is my Appveyor script: https://github.com/foonathan/standardese/blob/master/appveyor.yml

libclang is preinstalled.

@Manu343726
Copy link
Owner Author

Manu343726 commented Jul 3, 2016

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 libclang1-${CLANG_VERSION} package.

@foonathan
Copy link

I'm not building clang 3.8, I'm downloading it. And given the time it takes Travis to install something, it is faster.

@Manu343726
Copy link
Owner Author

Manu343726 commented Jul 3, 2016

And given the time it takes Travis to install something, it is faster.

Good to know.

@foonathan
Copy link

Also at the time of setting it up, LLVM's apt mirror was down.

@Manu343726
Copy link
Owner Author

Yeah, my builds magically become green some days ago...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants