From dc3919bb1af89799e391b4c4ecd0f1f60f7862ff Mon Sep 17 00:00:00 2001 From: narimiran Date: Tue, 28 Apr 2020 14:27:07 +0200 Subject: [PATCH] use the same Azure Pipelines workflow as current devel --- azure-pipelines.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 310feb8f72..c6d0d5e502 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,8 +30,12 @@ jobs: Windows_amd64: vmImage: 'windows-2019' CPU: amd64 - Windows_amd64_pkg: - vmImage: 'windows-2019' + Linux_amd64_pkg: + vmImage: 'ubuntu-16.04' + CPU: amd64 + NIM_TEST_PACKAGES: true + OSX_amd64_pkg: + vmImage: 'macOS-10.15' CPU: amd64 NIM_TEST_PACKAGES: true @@ -53,8 +57,8 @@ jobs: - task: NodeTool@0 inputs: - versionSpec: '8.x' - displayName: 'Install node.js 8.x' + versionSpec: '12.x' + displayName: 'Install node.js 12.x' - bash: | sudo apt-fast update -qq