mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-23 18:42:17 +01:00
aabeee9df2
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
12 lines
209 B
Bash
12 lines
209 B
Bash
#!/bin/bash
|
|
#
|
|
# set -ev
|
|
#
|
|
set -v
|
|
export POCO_BASE=`pwd`
|
|
export PATH=$PATH:.
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
|
|
source ./appveyor/ignored.sh
|
|
source ./appveyor/Cygwin/excluded.sh
|
|
build/script/runtests.sh
|