mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +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
|