File: tracing.yml

package info (click to toggle)
python-jpype 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,348 kB
  • sloc: python: 19,275; cpp: 18,049; java: 8,638; xml: 1,454; makefile: 155; sh: 37
file content (9 lines) | stat: -rw-r--r-- 233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# This job verifies that nothing is broken in the tracing compile
steps:
- task: UsePythonVersion@0
  inputs:
    versionSpec: '3.8'
- script: |
    python setup.py develop --enable-tracing --enable-build-jar
  displayName: 'Build'