1
0
Fork 0

Enable -DLLVM_BUILD_EXAMPLES=ON during pre-merge testing

This commit is contained in:
Mehdi Amini 2020-06-15 19:16:39 +00:00
parent 397f7f38e9
commit 655f87d98c

View file

@ -21,6 +21,7 @@ arguments:
- '-G Ninja'
- '-D CMAKE_BUILD_TYPE=Release'
- '-D LLVM_ENABLE_ASSERTIONS=ON'
- '-D LLVM_BUILD_EXAMPLES=ON'
- '-D LLVM_LIT_ARGS="-v --xunit-xml-output test-results.xml"'
linux:
# CCACHE is enabled in script iff environment variable `CCACHE_PATH` is set