From 2bf8a4d943d5e78c4bf91940106bb76e0c40ac4e Mon Sep 17 00:00:00 2001 From: Matthew Budd Date: Fri, 8 May 2020 07:58:35 -0400 Subject: [PATCH] Pipeline update. --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 38d9a371..fe2ace3f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,11 +5,12 @@ trigger: - master +- linux-cheats pool: vmImage: 'ubuntu-latest' steps: - script: | - make - displayName: 'make' + which scons-3 + displayName: 'Build'