Skip to content

Commit f566a48

Browse files
committedNov 16, 2020
Set up CI with Azure Pipelines
[skip ci]
1 parent 36d7075 commit f566a48

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎azure-pipelines.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
trigger:
2+
- "*"
3+
4+
jobs:
5+
- job: run_tests
6+
displayName: Run tests
7+
steps:
8+
- task: UsePythonVersion@0
9+
inputs:
10+
versionSpec: '3.9.*'
11+
addToPath: true
12+
architecture: 'x64'
13+
- task: Bash@3
14+
inputs:
15+
filePath: './run_tests'
16+
failOnStderr: true

0 commit comments

Comments
 (0)