Skip to content

Commit 73245c6

Browse files
committed
Add a Build step
1 parent b12fffc commit 73245c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ stages:
2323
unittest-xml-reporting \
2424
wheel
2525
displayName: Install dependencies
26+
- bash: |
27+
python ./setup.py build
28+
displayName: Build
2629
- bash: |
2730
#python test/prepare.py test/testproject.prcs.b64
2831
python -m xmlrunner discover -s test -o test-reports

0 commit comments

Comments
 (0)