Merge pull request #199 from joker-eph/build_examples
Enable -DLLVM_BUILD_EXAMPLES=ON during pre-merge testing
This commit is contained in:
commit
1421dc1184
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ arguments:
|
||||||
- '-G Ninja'
|
- '-G Ninja'
|
||||||
- '-D CMAKE_BUILD_TYPE=Release'
|
- '-D CMAKE_BUILD_TYPE=Release'
|
||||||
- '-D LLVM_ENABLE_ASSERTIONS=ON'
|
- '-D LLVM_ENABLE_ASSERTIONS=ON'
|
||||||
|
- '-D LLVM_BUILD_EXAMPLES=ON'
|
||||||
- '-D LLVM_LIT_ARGS="-v --xunit-xml-output test-results.xml"'
|
- '-D LLVM_LIT_ARGS="-v --xunit-xml-output test-results.xml"'
|
||||||
linux:
|
linux:
|
||||||
# CCACHE is enabled in script iff environment variable `CCACHE_PATH` is set
|
# CCACHE is enabled in script iff environment variable `CCACHE_PATH` is set
|
||||||
|
|
Loading…
Reference in a new issue