mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 07:18:54 +00:00
Start by showing CMake version
This commit is contained in:
parent
e37cf6e47f
commit
6df3b1f2c5
2 changed files with 2 additions and 0 deletions
|
@ -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 ..
|
||||
|
|
|
@ -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 ..
|
||||
|
|
Loading…
Add table
Reference in a new issue