Skip to content

Commit

Permalink
Run cmake before release (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
jumaffre authored Aug 28, 2020
1 parent 32dabce commit 0808eb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .azure-pipelines-templates/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
addChangeLog: false
displayName: 'GitHub release (create)'

# Used to generate setup.py
- template: cmake.yml
parameters:
cmake_args: ''

- script: |
python3.7 -m venv env
source ./env/bin/activate
Expand Down

0 comments on commit 0808eb1

Please sign in to comment.