commit ded237a2f9d21a9bf9c49211abe5a7c3f03f0542 parent c851e48724af13ca14f4cb13e074c3c1872829a7 Author: d.levin256@gmail.com <d.levin256@gmail.com> Date: Tue, 12 Nov 2019 15:24:02 +0000 GCC9 CI Diffstat:
M | azure-pipelines.yml | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -27,6 +27,16 @@ jobs: sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update && sudo apt-get install -y ninja-build libmpfr-dev gcc-8 g++-8 ci/run.sh build-release -DCPU_ARCH=detect -DENABLE_DFT=OFF -DCMAKE_CXX_COMPILER=g++-8 -DCMAKE_BUILD_TYPE=Release + +- job: Linux_x86_64_GCC9 + pool: + vmImage: 'ubuntu-16.04' + steps: + - bash: | + set -e + sudo add-apt-repository ppa:ubuntu-toolchain-r/test + sudo apt-get update && sudo apt-get install -y ninja-build libmpfr-dev gcc-9 g++-9 + ci/run.sh build-release -DCPU_ARCH=detect -DENABLE_DFT=ON -DCMAKE_CXX_COMPILER=g++-9 -DCMAKE_BUILD_TYPE=Release - job: Linux_ARM_Clang_Release pool: