aboutsummaryrefslogtreecommitdiffstats
path: root/dist/macosx
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-08-17 08:09:45 +0200
committerTristan Gingold <tgingold@free.fr>2017-08-17 08:09:45 +0200
commit61df1ef50e0523d3838dcdc1e4784387666c7c69 (patch)
tree4ea6dd90fc2aecb6de8248be8eacc9fe4af7a8a2 /dist/macosx
parent8b18c354be419a2d3022a70d763fc7a5470fea44 (diff)
downloadghdl-61df1ef50e0523d3838dcdc1e4784387666c7c69.tar.gz
ghdl-61df1ef50e0523d3838dcdc1e4784387666c7c69.tar.bz2
ghdl-61df1ef50e0523d3838dcdc1e4784387666c7c69.zip
travis-ci: fix fold (again?) and macos-x
Diffstat (limited to 'dist/macosx')
-rwxr-xr-xdist/macosx/install-ada.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/dist/macosx/install-ada.sh b/dist/macosx/install-ada.sh
index eb1d2607f..bd30e2e1b 100755
--- a/dist/macosx/install-ada.sh
+++ b/dist/macosx/install-ada.sh
@@ -7,15 +7,17 @@ if [ -e gnat/etc/install_ok ]; then
exit 0
fi
+echo "Download and install gnat-gpl"
+
# Download from libre.adacore.com
tarfile=gnat-gpl-2017-x86_64-darwin-bin.tar.gz
-#curl -o $tarfile http://mirrors.cdn.adacore.com/art/591c9045c7a447af2deed24e
+curl -o $tarfile http://mirrors.cdn.adacore.com/art/591c9045c7a447af2deed24e
# un tar
-#tar xf $tarfile
+tar xf $tarfile
# Direct install
-#mv gnat-gpl-2017-x86_64-darwin-bin gnat
+mv gnat-gpl-2017-x86_64-darwin-bin gnat
# Cleanup: remove components not needed
rm -rf gnat/share/{themes,icons}