aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authoreine <6628437+eine@users.noreply.github.com>2020-01-08 19:38:07 +0000
committertgingold <tgingold@users.noreply.github.com>2020-01-08 20:38:07 +0100
commit91e5fab3e69fdcdbc04c3280c3ab9f3c8c8d5c51 (patch)
tree83e894c1e49fee3fa6df69a9031942156ae02522 /.travis.yml
parente754d848f8c8864b4ad5eee38ded84be8f3609bf (diff)
downloadghdl-91e5fab3e69fdcdbc04c3280c3ab9f3c8c8d5c51.tar.gz
ghdl-91e5fab3e69fdcdbc04c3280c3ab9f3c8c8d5c51.tar.bz2
ghdl-91e5fab3e69fdcdbc04c3280c3ab9f3c8c8d5c51.zip
ci: update installation of GNAT GPL on macOS (#1072)
* ci: move 'install-ada' to YAML files * ci: update Xcode to 10 * ci: update GNAT to 2019
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 10 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a6c3bf3fb..67be8d1cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,15 +39,21 @@ jobs:
- &osx
os: osx
language: c
- osx_image: xcode9.4
- install: true
+ osx_image: xcode10
+ env: TASK=macosx+mcode
cache:
directories:
- gnat
- env: TASK=macosx+mcode
+ install: ./dist/macosx/install-ada.sh
+ before_script: PATH=$PWD/gnat/bin:$PATH
+ addons:
+ homebrew:
+ packages:
+ - p7zip
+ update: true
# Optionally, more macos jobs can be added. See list of available versions at https://docs.travis-ci.com/user/reference/osx/#macos-version
# - <<: *osx
-# osx_image: xcode10
+# osx_image: xcode9.4
- env: TASK="man"
script: ./dist/man.sh
deploy: