mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 02:22:57 +01:00
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
|