Mercurial > hg > monetdb-perl
comparison build.sh @ 32:d76d0651512f
Set -e, set PERL5LIB during build
temporarily disable running the tests
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Thu, 17 Dec 2020 13:53:01 +0100 (2020-12-17) |
parents | a8bdee6b0128 |
children |
comparison
equal
deleted
inserted
replaced
31:6c3c92109f97 | 32:d76d0651512f |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | 2 |
3 set -e -x | 3 set -e -x |
4 | |
5 export PERL5LIB=$PWD/MonetDB-CLI-MapiPP:$PWD/MonetDB-CLI:$PWD | |
4 | 6 |
5 for i in DBD MonetDB-CLI/MonetDB MonetDB-CLI-MapiPP/MonetDB/CLI | 7 for i in DBD MonetDB-CLI/MonetDB MonetDB-CLI-MapiPP/MonetDB/CLI |
6 do | 8 do |
7 ( | 9 ( |
8 cd $i | 10 cd $i |