OSDN Git Service

Fixed default color values for R and RG types
[android-x86/external-swiftshader.git] / .travis.yml
index 289ac7c..92e428f 100644 (file)
@@ -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