mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Start by showing CMake version
This commit is contained in:
parent
e37cf6e47f
commit
6df3b1f2c5
@ -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…
Reference in New Issue
Block a user