mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Update to use the latest CMake releases
3.17.0, 3.16.5 and 3.15.7
This commit is contained in:
parent
0357a02921
commit
f4c2292f9d
@ -28,7 +28,7 @@ matrix:
|
|||||||
- name: CMake 3.1.3 - latest
|
- name: CMake 3.1.3 - latest
|
||||||
stage: Validation
|
stage: Validation
|
||||||
env: &CMAKE_VERSION_LIST
|
env: &CMAKE_VERSION_LIST
|
||||||
- CMAKE_VERSION: '"3.16.2 3.15.6 3.14.7 3.13.5 3.12.4 3.11.4 3.10.3 3.9.6 3.8.2 3.7.2 3.6.3 3.5.2 3.4.3 3.3.2 3.2.3 3.1.3"'
|
- CMAKE_VERSION: '"3.17.0 3.16.5 3.15.7 3.14.7 3.13.5 3.12.4 3.11.4 3.10.3 3.9.6 3.8.2 3.7.2 3.6.3 3.5.2 3.4.3 3.3.2 3.2.3 3.1.3"'
|
||||||
- GSL_CXX_STANDARD: 14
|
- GSL_CXX_STANDARD: 14
|
||||||
addons: # Get latest release (candidate)
|
addons: # Get latest release (candidate)
|
||||||
apt:
|
apt:
|
||||||
@ -47,12 +47,12 @@ matrix:
|
|||||||
for CMAKE in ${CMAKE_path[@]}; do test_CMake_generate $CMAKE; done
|
for CMAKE in ${CMAKE_path[@]}; do test_CMake_generate $CMAKE; done
|
||||||
)
|
)
|
||||||
|
|
||||||
- name: CMake 3.2.3 - 3.16.2
|
- name: CMake 3.2.3 - 3.17.0
|
||||||
stage: Validation
|
stage: Validation
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode11.3
|
osx_image: xcode11.3
|
||||||
env:
|
env:
|
||||||
- CMAKE_VERSION: '"3.16.2 3.15.6 3.14.7 3.13.5 3.12.4 3.11.4 3.10.3 3.9.6 3.8.2 3.7.2 3.6.3 3.5.2 3.4.3 3.3.2 3.2.3"'
|
- CMAKE_VERSION: '"3.17.0 3.16.5 3.15.7 3.14.7 3.13.5 3.12.4 3.11.4 3.10.3 3.9.6 3.8.2 3.7.2 3.6.3 3.5.2 3.4.3 3.3.2 3.2.3"'
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
cd ./build
|
cd ./build
|
||||||
|
Loading…
Reference in New Issue
Block a user