aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
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 /.travis.yml
parenta54b2eba5382ec980b1eaf785ed529704fb98cf8 (diff)
downloadghdl-b510f0ea03bc88cbf375ce13c29e97941b561a72.tar.gz
ghdl-b510f0ea03bc88cbf375ce13c29e97941b561a72.tar.bz2
ghdl-b510f0ea03bc88cbf375ce13c29e97941b561a72.zip
ci: deprecate Travis in favour of GitHub Actions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml63
1 files changed, 0 insertions, 63 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 8ab8fbaf3..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,63 +0,0 @@
-branches:
- except:
- - nightly
-
-os: linux
-dist: xenial
-services: docker
-language: minimal
-install: skip
-script: ./scripts/ci-run.sh -c $TARGS
-
-# For each linux build, a different job/instance (with the constraints
-# above) is executed in parallel in stage 'test'.
-env:
- matrix:
- - TASK=buster+mcode
- - TASK=buster+mcode
- TARGS="--gpl --no-synth"
- - TASK=ubuntu20+mcode
- - TASK=ubuntu20+llvm-10
- - TASK=fedora33+mcode
- - TASK=fedora33+llvm
-
-deploy:
- - &dep
- provider: releases
- skip_cleanup: true
- api_key:
- secure: ji6LXOmD5V2N+ELHZr4oJsmxPhedk+8W6jfCqQdEbewQ42N+fKOq3lgqJni7ZdfpZaulB9OHPTApv3bwOjXjtN9rfBGmq//U9CwvzHmUeomdQv6WQOVevaWSXl3DNL9fk3yKynyFrsv4pvr45L8GIjaHLggKcYhNFPJ2rrnJlDoFT9MqQNpmP7Bg/LnwVQiv+ZDPkLlMWQzrXzLamdQILARPQka+kCdXl/sHH6OKvLgRvu9yvyXYSSfbyAHP+THISS5gDciizSBeWGlU75kgj/N+mkV+8NvtTTfEIgG8y49WJz6aBooTmRzk/jZW1dKMbDR6c5bpTmRvMZSzeSBuAR6WLhr6HevgCPi/1fX1y3pkVSrgBUF5KcxPgWCZp0I05QjaJOdvQDl1hH4TlVwpT18lM2+cWrui9fS7spnk/AuNKX882C5QWWRy28lIPasCVnwfeKX8a9KAwY9OqVOenoLC1yx7NJOGfH1bjuSYYxyR4XgLiGTHKALAuknCyD9QL0o378IwqxHMcsN0Gsd+GndMu0/b8GvSqfzDpV1XknqabQFwkZLs+Yydw0snfBUzXw9TfOk78IiPYEgXAxsQKBAkK7qvO36HIxLlSQXglXU1D4IDtQYDUel6vKll4pgu0WMxStQCbj51yDVJKvRhzwiBNC6Pwgzt2JTrpwM/T/U=
- file: "ghdl-*.tgz"
- file_glob: true
- on:
- repo: ghdl/ghdl
- all_branches: true
- tags: true
-
-jobs:
- include:
- # One additional job is described in stage 'test' for the macos build.
- # The constraints above are used, except explicitly overriden.
- - &osx
- os: osx
- language: c
- osx_image: xcode10
- env: TASK=macosx+mcode
- cache:
- directories:
- - gnat
- install: ./scripts/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: xcode9.4
- - env: TASK="man"
- script: ./scripts/man.sh
- deploy:
- - <<: *dep
- file: "doc/_build/man/ghdl.1"