Start by showing CMake version

This commit is contained in:
Christophe Riccio 2017-08-17 01:52:45 +02:00
parent e37cf6e47f
commit 6df3b1f2c5
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ platform:
- x86_64
build_script:
- cmake --version
- md build_pure_11
- cd build_pure_11
- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON -DGLM_TEST_FORCE_PURE=ON ..

View File

@ -30,6 +30,7 @@ compiler:
before_script:
script:
- cmake --version
- mkdir ./build_pure_11
- cd ./build_pure_11
- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_BUILD_TYPE=Release -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_11=ON -DGLM_TEST_FORCE_PURE=ON ..