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'