mirror of https://github.com/KLayout/klayout.git
Building klayout python package
This commit is contained in:
parent
4ccbcb323b
commit
2cf52b54c1
|
|
@ -41,7 +41,13 @@ jobs:
|
|||
#workingDirectory: # Optional
|
||||
displayName: 'Downloading and Extracting KLayout bits'
|
||||
|
||||
- script: |
|
||||
pip install --user --upgrade pip setuptools wheel
|
||||
displayName: 'Updating pip, setuptools and wheel'
|
||||
|
||||
- script: |
|
||||
python -V
|
||||
pwd
|
||||
displayName: 'Diagnostic information'
|
||||
set "KLAYOUT_BITS=%cd%\klayout-microbits\klayout-microbits-1.0\msvc2017\x64"
|
||||
python setup.py install
|
||||
|
||||
displayName: 'Building KLayout'
|
||||
|
|
|
|||
Loading…
Reference in New Issue