1
0
Fork 0

Merge pull request #199 from joker-eph/build_examples

Enable -DLLVM_BUILD_EXAMPLES=ON during pre-merge testing
This commit is contained in:
Mikhail Goncharov 2020-07-08 09:09:53 +02:00 committed by GitHub
commit 1421dc1184
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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