this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updated .travis.yml

+1 -1
+1 -1
.travis.yml
··· 72 72 fi 73 73 - mkdir build 74 74 - cd build 75 - - cmake -DSDL_gpu_BUILD_DEMOS=ON -DSDL_gpu_BUILD_TESTS=ON -DSDL_gpu_BUILD_TOOLS=ON -DSDL_gpu_BUILD_SHARED=ON -DSDL_gpu_BUILD_STATIC=ON .. 75 + - cmake -DBUILD_DEMOS=ON -DBUILD_TESTS=ON -DBUILD_TOOLS=ON -DBUILD_SHARED=ON -DBUILD_STATIC=ON .. 76 76 77 77 script: make