From e42d2e1198cbea041600fa9129612514c82e2005 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 8 Jun 2020 11:14:55 +0300 Subject: [PATCH] try macos Signed-off-by: Jari Kolehmainen --- .azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 541f2d49db..9658b0fd55 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -44,7 +44,6 @@ jobs: WIN_CSC_KEY_PASSWORD: $(WIN_CSC_KEY_PASSWORD) GH_TOKEN: $(GH_TOKEN) - job: macOS - condition: "and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))" pool: vmImage: macOS-10.14 strategy: @@ -75,7 +74,10 @@ jobs: displayName: Lint - script: make test displayName: Run tests + - script: make integration-mac + displayName: Run integration tests - script: make build + condition: "and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))" displayName: Build env: APPLEID: $(APPLEID)