mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-22 15:07:26 +01:00
chore(ci): add dir and run script
This commit is contained in:
parent
6627617974
commit
00296a8870
8
ci/runtests.sh
Executable file
8
ci/runtests.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user