aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authoreine <eine@users.noreply.github.com>2020-07-26 07:16:48 +0200
committertgingold <tgingold@users.noreply.github.com>2021-01-13 07:49:06 +0100
commitb510f0ea03bc88cbf375ce13c29e97941b561a72 (patch)
tree5e3522df4fd9b971a906c63fc9bad8e563b85edf /scripts
parenta54b2eba5382ec980b1eaf785ed529704fb98cf8 (diff)
downloadghdl-b510f0ea03bc88cbf375ce13c29e97941b561a72.tar.gz
ghdl-b510f0ea03bc88cbf375ce13c29e97941b561a72.tar.bz2
ghdl-b510f0ea03bc88cbf375ce13c29e97941b561a72.zip
ci: deprecate Travis in favour of GitHub Actions
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/macosx/install-ada.sh1
-rwxr-xr-xscripts/man.sh15
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