Set up CI with Azure Pipelines
This commit is contained in:
parent
3cd14ca0f5
commit
a98cbc8518
2 changed files with 48 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ If you don't have a proper clang version installed, it can also be downloaded.
|
|||
For that you need to set `LLVM_DOWNLOAD_OS_NAME`.
|
||||
This is the name of the operating system used on the [LLVM pre-built binary archive](http://releases.llvm.org/download.html#4.0.0), e.g. `x86_64-linux-gnu-ubuntu-16.10` for Ubuntu 16.10.
|
||||
|
||||
You can also set `LLVM_DOWNLOAD_URL` to a custom url, to download a specific version or from a mirror.
|
||||
|
||||
If you don't have `llvm-config`, you need to pass the locations explictly.
|
||||
For that set the option `LLVM_VERSION_EXPLICIT` to the version you're using,
|
||||
`LIBCLANG_LIBRARY` to the location of the libclang library file,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue