mirror of https://github.com/KLayout/klayout.git
Trying to solve hanging issue on pymod tests
This commit is contained in:
parent
6db6e77458
commit
e8a2adbe8c
|
|
@ -94,16 +94,20 @@ jobs:
|
||||||
bash `pwd`/ci-scripts/windows/fix_wheel.sh `pwd`/dist/*.whl "`pwd`/klayout-microbits/klayout-microbits-4.0/msvc2017/$PYTHON_ARCHITECTURE"
|
bash `pwd`/ci-scripts/windows/fix_wheel.sh `pwd`/dist/*.whl "`pwd`/klayout-microbits/klayout-microbits-4.0/msvc2017/$PYTHON_ARCHITECTURE"
|
||||||
displayName: 'Copy klayout bits dlls into wheel'
|
displayName: 'Copy klayout bits dlls into wheel'
|
||||||
|
|
||||||
- script: |
|
- task: Bash@3
|
||||||
echo PATH=%PATH%
|
inputs:
|
||||||
set TESTSRC=.
|
targetType: 'inline'
|
||||||
|
script: |
|
||||||
|
set -e
|
||||||
|
echo $PATH
|
||||||
|
export TESTSRC=.
|
||||||
pip install klayout --no-index -f dist
|
pip install klayout --no-index -f dist
|
||||||
python testdata/pymod/import_db.py || exit 1
|
python testdata/pymod/import_db.py
|
||||||
python testdata/pymod/import_rdb.py || exit 1
|
python testdata/pymod/import_rdb.py
|
||||||
python testdata/pymod/import_tl.py || exit 1
|
python testdata/pymod/import_tl.py
|
||||||
python testdata/pymod/import_lib.py || exit 1
|
python testdata/pymod/import_lib.py
|
||||||
python testdata/pymod/import_lay.py || exit 1
|
python testdata/pymod/import_lay.py
|
||||||
python testdata/pymod/pya_tests.py || exit 1
|
python testdata/pymod/pya_tests.py
|
||||||
displayName: 'Test KLayout pymod'
|
displayName: 'Test KLayout pymod'
|
||||||
|
|
||||||
- task: CopyFiles@2
|
- task: CopyFiles@2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue