Skip to content

Commit 2bb0c8d

Browse files
committed
Add style checks
1 parent b68f5c2 commit 2bb0c8d

File tree

2 files changed

+19
-426
lines changed

2 files changed

+19
-426
lines changed

azure-pipelines.yml

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ trigger:
33
- release/*
44

55
jobs:
6+
- job: Style
7+
timeoutInMinutes: 10
8+
9+
pool:
10+
vmImage: 'ubuntu-latest'
11+
12+
steps:
13+
- script: jenkins/check_copyright.sh
14+
displayName: "Copyright Check"
15+
16+
- script: jenkins/check_ascii.sh
17+
displayName: "Ascii Check"
18+
19+
- script: jenkins/check_eol.sh
20+
displayName: "EOL Check"
21+
22+
- script: jenkins/check_tabs.sh
23+
displayName: "Tab Check"
24+
625
- job: CMake
726
timeoutInMinutes: 120
827
strategy:

0 commit comments

Comments
 (0)