aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorEdu Garcia <28616+Arcnor@users.noreply.github.com>2021-02-02 11:27:48 +0000
committereine <6628437+eine@users.noreply.github.com>2021-02-02 16:06:31 +0100
commit76b03643b0123dc077acaa967a9c383deeb923d8 (patch)
treed8419e164572add61c266110d69e8cfb10914344 /scripts
parent6e9f8e7d2fa6ed70fad586fbb049ae34b9dbbfa5 (diff)
downloadghdl-76b03643b0123dc077acaa967a9c383deeb923d8.tar.gz
ghdl-76b03643b0123dc077acaa967a9c383deeb923d8.tar.bz2
ghdl-76b03643b0123dc077acaa967a9c383deeb923d8.zip
ci: enable both mcode and llvm builds for macos
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-run.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/ci-run.sh b/scripts/ci-run.sh
index c6d04395c..d6bbbd8cd 100755
--- a/scripts/ci-run.sh
+++ b/scripts/ci-run.sh
@@ -294,6 +294,11 @@ build () {
CXX="clang++-$llvmver"
CONFIG_OPTS+=" --with-llvm-config=llvm-config-$llvmver CXX=$CXX"
;;
+ brew-llvm)
+ llvmprefix=`brew --prefix llvm`
+ CXX="clang++"
+ CONFIG_OPTS+=" --with-llvm-config=$llvmprefix/bin/llvm-config CXX=$CXX"
+ ;;
*)
printf "$ANSI_RED[GHDL - build] Unknown build $BACK $ANSI_NOCOLOR\n"
exit 1;;
@@ -424,7 +429,7 @@ ci_run () {
if [ "x$IS_MACOS" = "xtrue" ]; then
CC=clang \
- prefix="`cd ./install-mcode; pwd`/usr/local" \
+ prefix="`pwd`/install-$BACK/usr/local" \
./testsuite/testsuite.sh sanity gna vests vpi
else
# Build ghdl/ghdl:$GHDL_IMAGE_TAG image