aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5f6dafd..56dc4b9 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -12,6 +12,21 @@ variables:
CI: 1
jobs:
+- job: Pylint
+ pool:
+ vmImage: ubuntu-latest
+
+ steps:
+ - task: UsePythonVersion@0
+ inputs:
+ versionSpec: '3.7'
+ addToPath: true
+ - script: python -m pip install pylint
+ displayName: Install Pylint
+ - script: pylint mesonbuild
+ displayName: Lint Checks
+
+
- job: vs2015
pool:
vmImage: vs2015-win2012r2