diff options
author | eine <eine@users.noreply.github.com> | 2021-02-02 14:47:42 +0100 |
---|---|---|
committer | eine <6628437+eine@users.noreply.github.com> | 2021-02-02 16:06:31 +0100 |
commit | d52cce408d21a9d1f8aa2b42ff006188980ce698 (patch) | |
tree | e76afacb1661b5d4b0b679a41b70aa17411cc007 | |
parent | c1ff804dd4044bfd83493a11996b9635ebf4a9a0 (diff) | |
download | ghdl-d52cce408d21a9d1f8aa2b42ff006188980ce698.tar.gz ghdl-d52cce408d21a9d1f8aa2b42ff006188980ce698.tar.bz2 ghdl-d52cce408d21a9d1f8aa2b42ff006188980ce698.zip |
ci/macos: test all suites
-rwxr-xr-x | scripts/ci-run.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ci-run.sh b/scripts/ci-run.sh index 2c53351a8..d02f7b52e 100755 --- a/scripts/ci-run.sh +++ b/scripts/ci-run.sh @@ -424,9 +424,10 @@ ci_run () { # Test if [ "x$IS_MACOS" = "xtrue" ]; then + pip3 install -r testsuite/requirements.txt CC=clang \ prefix="$(pwd)/install-$(echo "$TASK" | cut -d+ -f2)/usr/local" \ - ./testsuite/testsuite.sh sanity gna vests vpi synth + ./testsuite/testsuite.sh else # Build ghdl/ghdl:$GHDL_IMAGE_TAG image build_img_ghdl |