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
|
#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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue