Building klayout python package

This commit is contained in:
Thomas Ferreira de Lima 2019-01-01 22:11:02 -05:00
parent 4ccbcb323b
commit 2cf52b54c1
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 8 additions and 2 deletions

View File

@ -41,7 +41,13 @@ jobs:
#workingDirectory: # Optional #workingDirectory: # Optional
displayName: 'Downloading and Extracting KLayout bits' displayName: 'Downloading and Extracting KLayout bits'
- script: |
pip install --user --upgrade pip setuptools wheel
displayName: 'Updating pip, setuptools and wheel'
- script: | - script: |
python -V python -V
pwd set "KLAYOUT_BITS=%cd%\klayout-microbits\klayout-microbits-1.0\msvc2017\x64"
displayName: 'Diagnostic information' python setup.py install
displayName: 'Building KLayout'