Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Set up CI with Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 20, 2018
1 parent 4d81d22 commit 70cc318
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions azure-pipelines.yml
@@ -0,0 +1,16 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml

pool:
vmImage: 'Ubuntu 16.04'

steps:
- script: python setup.py unittest
displayName: 'Runs unit tests'

- script: |
echo Builds documentation
python setup.py build_sphinx
displayName: 'Builds documentation'

0 comments on commit 70cc318

Please sign in to comment.