Browse Source

Updated travis tests

Christophe Riccio 9 years ago
parent
commit
b68c6054ab
2 changed files with 28 additions and 5 deletions
  1. 23 5
      .travis.yml
  2. 5 0
      readme.md

+ 23 - 5
.travis.yml

@@ -9,10 +9,28 @@ compiler:
   - clang
 
 before_script: 
-- mkdir ./build
-- cd ./build
-- cmake -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON ..
 
 script:
-  - cmake --build .
-  - ctest
+- mkdir ./build_98_pure
+- cd ./build_98_pure
+- cmake -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON -DGLM_TEST_FORCE_PURE=ON ..
+- cmake --build_98_pure .
+- ctest
+- cd ..
+- mkdir ./build_98_simd
+- cd ./build_98_simd
+- cmake -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_98=ON ..
+- cmake --build_98_simd .
+- ctest
+- cd ..
+- mkdir ./build_11_simd
+- cd ./build_11_simd
+- cmake -DGLM_TEST_ENABLE=ON ..
+- cmake --build_11_simd .
+- ctest
+- cd ..
+
+
+
+
+

+ 5 - 0
readme.md

@@ -47,6 +47,11 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
 | Service | System | Compiler | Status |
 | ------- | ------ | -------- | ------ |
 | [Drone](https://drone.io/github.com/g-truc/glm) | Linux 64 bits | GCC 4.6.3 | [![Build Status](https://drone.io/github.com/g-truc/glm/status.png)](https://drone.io/github.com/g-truc/glm/latest) |
+| ------- | ------ | -------- | ------ |
+| [Travis CI]| macOS, Linux 64 bits | Clang, GCC 4.6.3 | [![Travis CI](https://travis-ci.org/g-truc/glm.svg?branch=master)](https://travis-ci.org/g-truc/glm)
+
+
+
 
 ## Release notes