comparison build.sh @ 29:a8bdee6b0128

Add two shell scripts for use in GitHub workflow
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Thu, 17 Dec 2020 11:26:56 +0100 (2020-12-17)
parents
children d76d0651512f
comparison
equal deleted inserted replaced
28:e3e0159771c7 29:a8bdee6b0128
1 #!/bin/bash
2
3 set -e -x
4
5 for i in DBD MonetDB-CLI/MonetDB MonetDB-CLI-MapiPP/MonetDB/CLI
6 do
7 (
8 cd $i
9 perl Makefile.PL
10 make
11 )
12 done