chore(ci): add dir and run script

This commit is contained in:
Alex Fabijanic 2021-07-21 14:35:04 +02:00
parent 6627617974
commit 00296a8870

8
ci/runtests.sh Executable file
View File

@ -0,0 +1,8 @@
set -ev
osname=`uname`
osarch=`uname -m`
export POCO_BASE=`pwd`
export PATH=$PATH:.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.:$POCO_BASE/lib/$osname/$osarch
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:.:$POCO_BASE/lib/$osname/$osarch
build/script/runtests.sh