diff options
author | eine <eine@users.noreply.github.com> | 2020-07-26 07:16:48 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-01-13 07:49:06 +0100 |
commit | b510f0ea03bc88cbf375ce13c29e97941b561a72 (patch) | |
tree | 5e3522df4fd9b971a906c63fc9bad8e563b85edf /scripts | |
parent | a54b2eba5382ec980b1eaf785ed529704fb98cf8 (diff) | |
download | ghdl-b510f0ea03bc88cbf375ce13c29e97941b561a72.tar.gz ghdl-b510f0ea03bc88cbf375ce13c29e97941b561a72.tar.bz2 ghdl-b510f0ea03bc88cbf375ce13c29e97941b561a72.zip |
ci: deprecate Travis in favour of GitHub Actions
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/macosx/install-ada.sh | 1 | ||||
-rwxr-xr-x | scripts/man.sh | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/scripts/macosx/install-ada.sh b/scripts/macosx/install-ada.sh index 760be908b..2e2862824 100755 --- a/scripts/macosx/install-ada.sh +++ b/scripts/macosx/install-ada.sh @@ -7,7 +7,6 @@ if [ -e gnat/etc/install_ok ] && [ "x$(cat gnat/etc/install_ok)" = "x2019" ]; th exit 0 fi -echo "Download and install gnat-gpl" set -x # Remove old gnat directory diff --git a/scripts/man.sh b/scripts/man.sh deleted file mode 100755 index 4c5316ddb..000000000 --- a/scripts/man.sh +++ /dev/null @@ -1,15 +0,0 @@ -#! /bin/bash - -cd $(dirname $0)/.. - -rm -rf doc/_build/man/* - -set -e - -docker run --rm -it \ - -v /$(pwd):/src \ - -w //src/doc \ - btdi/sphinx:featured \ - sh -c "sphinx-build -T -b man . ./_build/man" - -nroff -man doc/_build/man/ghdl.1 |