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: ...@@ -8,8 +8,12 @@ compiler:
- clang - clang
- gcc - gcc
env:
- REACTOR_BACKEND=LLVM
- REACTOR_BACKEND=Subzero
script: script:
- $CXX --version - $CXX --version
- mkdir build - mkdir build && cd build
- cd build - cmake -DREACTOR_BACKEND=$REACTOR_BACKEND ..
- cmake .. && make - make
\ No newline at end of file \ 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