update CI Linux versions
This commit is contained in:
+8
-22
@@ -4,18 +4,14 @@ strategy:
|
|||||||
imageName: 'ubuntu-latest'
|
imageName: 'ubuntu-latest'
|
||||||
toolchainName: gcc14
|
toolchainName: gcc14
|
||||||
buildTargetName: minimal
|
buildTargetName: minimal
|
||||||
linux_noble_clang_all:
|
linux_latest_gcc14:
|
||||||
imageName: 'ubuntu-24.04'
|
imageName: 'ubuntu-latest'
|
||||||
|
toolchainName: gcc14
|
||||||
|
buildTargetName: all
|
||||||
|
linux_latest_clang_all:
|
||||||
|
imageName: 'ubuntu-latest'
|
||||||
toolchainName: clang
|
toolchainName: clang
|
||||||
buildTargetName: all
|
buildTargetName: all
|
||||||
linux_jammy_gcc9_all:
|
|
||||||
imageName: 'ubuntu-22.04'
|
|
||||||
toolchainName: gcc9
|
|
||||||
buildTargetName: all
|
|
||||||
linux_noble_gcc13_all:
|
|
||||||
imageName: 'ubuntu-24.04'
|
|
||||||
toolchainName: gcc13
|
|
||||||
buildTargetName: all
|
|
||||||
macOS_latest_clang_all:
|
macOS_latest_clang_all:
|
||||||
imageName: 'macOS-latest'
|
imageName: 'macOS-latest'
|
||||||
toolchainName: clang
|
toolchainName: clang
|
||||||
@@ -41,8 +37,8 @@ strategy:
|
|||||||
imageName: 'ubuntu-latest'
|
imageName: 'ubuntu-latest'
|
||||||
toolchainName: cross
|
toolchainName: cross
|
||||||
buildTargetName: msdos
|
buildTargetName: msdos
|
||||||
linux_noble_docs:
|
linux_latest_docs:
|
||||||
imageName: 'ubuntu-24.04'
|
imageName: 'ubuntu-latest'
|
||||||
toolchainName: docs
|
toolchainName: docs
|
||||||
buildTargetName: all
|
buildTargetName: all
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
@@ -65,16 +61,6 @@ variables:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- bash: |
|
- bash: |
|
||||||
if [ "$(toolchain)" == "gcc9" ]
|
|
||||||
then
|
|
||||||
echo "##vso[task.setvariable variable=CC]gcc-9"
|
|
||||||
echo "##vso[task.setvariable variable=CXX]g++-9"
|
|
||||||
fi
|
|
||||||
if [ "$(toolchain)" == "gcc13" ]
|
|
||||||
then
|
|
||||||
echo "##vso[task.setvariable variable=CC]gcc-13"
|
|
||||||
echo "##vso[task.setvariable variable=CXX]g++-13"
|
|
||||||
fi
|
|
||||||
if [ "$(toolchain)" == "gcc14" ]
|
if [ "$(toolchain)" == "gcc14" ]
|
||||||
then
|
then
|
||||||
echo "##vso[task.setvariable variable=CC]gcc-14"
|
echo "##vso[task.setvariable variable=CC]gcc-14"
|
||||||
|
|||||||
Reference in New Issue
Block a user