mirror of https://github.com/KLayout/klayout.git
Fixed windows deployment script (2).
This commit is contained in:
parent
a07037bf39
commit
46fc42b65c
|
|
@ -83,8 +83,6 @@ touch src/klayout_main/version.h
|
|||
rm -rf $target
|
||||
./build.sh -python $python -ruby $ruby -bin $target -build $build -j2
|
||||
|
||||
TESTSRC=. TESTTMP=$build/testtmp $target/ut_runner -a >$build/ut_runner.xml
|
||||
|
||||
if ! [ -e $target ]; then
|
||||
echo "ERROR: Target directory $target not found"
|
||||
exit 1
|
||||
|
|
@ -192,6 +190,13 @@ while [ "$new_libs" != "" ]; do
|
|||
|
||||
done
|
||||
|
||||
# ----------------------------------------------------------
|
||||
# Run Tests
|
||||
|
||||
set +e
|
||||
TESTSRC=. TESTTMP=$build/testtmp $target/ut_runner -a >$build/ut_runner.xml
|
||||
set -e
|
||||
|
||||
# ----------------------------------------------------------
|
||||
# Run NSIS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue