From: nhmall Date: Mon, 10 May 2021 22:51:29 +0000 (-0400) Subject: pipelines build attempt 2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d87a9108175b5bf00b0ede07f4ce2a27b9e954b8;p=nethack pipelines build attempt 2 --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 29d338865..f814c41a7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,9 +12,9 @@ strategy: imageName: 'ubuntu-20.04' toolchainName: gcc9 buildTargetName: all - linux_focal_gcc9_all: + linux_focal_gcc10_all: imageName: 'ubuntu-20.04' - toolchainName: gcc9 + toolchainName: gcc10 buildTargetName: all linux_bionic_gcc7_all: imageName: 'ubuntu-18.04' @@ -66,11 +66,6 @@ steps: echo "##vso[task.setvariable variable=CC]gcc-7" echo "##vso[task.setvariable variable=CXX]g++-7" fi -# if [ "$(toolchain)" == "gcc8" ] -# then -# echo "##vso[task.setvariable variable=CC]gcc-8" -# echo "##vso[task.setvariable variable=CXX]g++-8" -# fi if [ "$(toolchain)" == "gcc9" ] then echo "##vso[task.setvariable variable=CC]gcc-9"