Commit fda85a40 by Nicolas Capens

Test build with LLVM and Subzero backend.

Change-Id: Ic8e2360c044aac47447f6a7ae7071d4e3b181678 Reviewed-on: https://swiftshader-review.googlesource.com/10148Tested-by: 's avatarNicolas Capens <capn@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent f3c18a0a
......@@ -8,8 +8,12 @@ compiler:
- clang
- gcc
env:
- REACTOR_BACKEND=LLVM
- REACTOR_BACKEND=Subzero
script:
- $CXX --version
- mkdir build
- cd build
- cmake .. && make
\ No newline at end of file
- mkdir build && cd build
- cmake -DREACTOR_BACKEND=$REACTOR_BACKEND ..
- make
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment