From b185337c072430d6d9f62ed4750722aee5b07021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Li=C3=A9tar?= Date: Wed, 17 Jul 2019 13:54:35 +0100 Subject: [PATCH] Specify a CMakeArgs for every matrix entry. --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 294c4cf..728baab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,30 +16,35 @@ jobs: CXX: clang++-6.0 BuildType: Debug SelfHost: false + CMakeArgs: '' Clang-6 Release: CC: clang-6.0 CXX: clang++-6.0 BuildType: Release SelfHost: false + CMakeArgs: '' GCC-7 Debug: CC: gcc-7 CXX: g++-7 BuildType: Debug SelfHost: false + CMakeArgs: '' GCC-7 Release: CC: gcc-7 CXX: g++-7 BuildType: Release SelfHost: false + CMakeArgs: '' Self Host: CC: clang-6.0 CXX: clang++-6.0 BuildType: Debug SelfHost: true + CMakeArgs: '' Cache Friendly: CC: clang-6.0