Set up CI with Azure Pipelines

This commit is contained in:
azure-pipelines[bot] 2018-12-18 16:11:31 +00:00 committed by Jonathan Müller
commit a98cbc8518
2 changed files with 48 additions and 0 deletions

View file

@ -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,