Removed ctest

This commit is contained in:
Christophe Riccio 2016-11-19 21:57:10 +01:00
parent f882bf5909
commit cb29a0991d

View File

@ -14,26 +14,22 @@ build_script:
- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON -DGLM_TEST_FORCE_PURE=ON .. - cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON -DGLM_TEST_FORCE_PURE=ON ..
- cmake --build . --config Debug - cmake --build . --config Debug
- cmake --build . --config Release - cmake --build . --config Release
- ctest
- cd .. - cd ..
- md build_simd_11 - md build_simd_11
- cd build_simd_11 - cd build_simd_11
- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON .. - cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON ..
- cmake --build . --config Debug - cmake --build . --config Debug
- cmake --build . --config Release - cmake --build . --config Release
- ctest
- cd .. - cd ..
- md build_pure_98 - md build_pure_98
- cd build_pure_98 - cd build_pure_98
- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON -DGLM_TEST_FORCE_PURE=ON .. - cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON -DGLM_TEST_FORCE_PURE=ON ..
- cmake --build . --config Debug - cmake --build . --config Debug
- cmake --build . --config Release - cmake --build . --config Release
- ctest
- cd .. - cd ..
- md build_simd_98 - md build_simd_98
- cd build_simd_98 - cd build_simd_98
- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON .. - cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON ..
- cmake --build . --config Debug - cmake --build . --config Debug
- cmake --build . --config Release - cmake --build . --config Release
- ctest
- cd .. - cd ..