mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 00:31:10 +01:00
10 lines
200 B
Bash
Executable File
10 lines
200 B
Bash
Executable File
#!/bin/bash
|
|
# set -ev
|
|
set -v
|
|
export POCO_BASE=`pwd`
|
|
export PATH=$PATH:.
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
|
|
source ./travis/ignored.sh
|
|
source ./travis/Linux/excluded.sh
|
|
build/script/runtests.sh
|