diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-29 01:54:51 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-29 01:54:51 +0100 |
commit | 718da371523f37a45cbca6c83cc26ef84b7140ec (patch) | |
tree | 1b06f25119d247ad22864a2a0117b5a0c92ff2c2 /dist | |
parent | 12ef35a90d65dbd6f542698f6c517403402b4fa5 (diff) | |
download | ghdl-718da371523f37a45cbca6c83cc26ef84b7140ec.tar.gz ghdl-718da371523f37a45cbca6c83cc26ef84b7140ec.tar.bz2 ghdl-718da371523f37a45cbca6c83cc26ef84b7140ec.zip |
ci: skip pyunit on macOS (because libghdl is disabled)
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/ci-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ci-run.sh b/dist/ci-run.sh index 5a78d080f..c61169f9f 100755 --- a/dist/ci-run.sh +++ b/dist/ci-run.sh @@ -420,7 +420,7 @@ ci_run () { if [ "x$IS_MACOS" = "xtrue" ]; then CC=clang \ prefix="`cd ./install-mcode; pwd`/usr/local" \ - ./testsuite/testsuite.sh sanity pyunit gna vests vpi + ./testsuite/testsuite.sh sanity gna vests vpi else # Build ghdl/ghdl:$GHDL_IMAGE_TAG image build_img_ghdl |