aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: deprecate Travis in favour of GitHub Actionseine2021-01-131-63/+0
|
* mv dist/* scripts/umarcor2021-01-061-3/+3
|
* ci/travis: ubuntu20 includes LLVM 10eine2020-11-171-1/+1
|
* ci/travis: update to ubuntu20 and fedora33eine2020-11-171-4/+4
|
* ci: use eine/tip to provide nightly releases (#1315)umarcor2020-05-201-0/+4
| | | | | * ci: use eine/tip * ci: skip 'nightly' builds on Travis and AppVeyor
* enable synth by default (#1102)eine2020-03-011-5/+3
| | | | | | | | * enable synth by default * ci: disable synth for the GPL builds * deprecate Ubuntu 16, use Ubuntu 18 in Travis
* travis: update to ubuntu16 and fedora31 (#1103)eine2020-01-191-4/+4
|
* ci: update installation of GNAT GPL on macOS (#1072)eine2020-01-081-4/+10
| | | | | | | | * ci: move 'install-ada' to YAML files * ci: update Xcode to 10 * ci: update GNAT to 2019
* Homogenise NEWS.md, conf.py cleanup (#1065)eine2020-01-031-2/+2
| | | | | | | | * homogenise NEWS.md * travis: rename anchor * doc: conf.py cleanup
* Actions: add workflow 'push' (#1016)1138-4EB2019-11-211-13/+13
| | | | | | | | | | | | | | * use CC=clang to build C sources on macOS * actions: ensure that shared libs are in the PATH on windows * ci: add GitHub Actions 'push' workflow * ci: fix group labels * dist: add GRAY to ansi_color * ci: use same scripts for GHA and Travis
* Add synth testsuite to CI (#862)1138-4EB2019-07-101-10/+9
| | | | | | | | | | | | * add synth testsuite to CI * update travis jobs to fedora29 * travis: add 'dummy' image name to man job * travis: update Debian from Stretch to Buster * update travis jobs to fedora30
* Update travis dist from trusty to xenial (#746)1138-4EB2019-01-301-11/+1
| | | | | | * update travis dist from trusty to xenial * remove deprecated 'sudo' key from .travis.yml
* update travis macos job to use xcode9.4 (current default)1138-4EB2019-01-291-4/+5
|
* Add man pages job to travis (#733)1138-4EB2019-01-061-10/+16
| | | * add man pages job to travis
* use fedora28 instead of fedora261138-4EB2018-06-081-2/+2
|
* move docker-related resources to ghdl/docker1138-4EB2018-05-271-39/+13
|
* activate xcode9.3 only1138-4EB2018-05-231-5/+3
|
* add xcode8.3 and xcode9.3 travis jobs1138-4EB2018-05-231-2/+7
|
* update travis refs after changing from tgingold/ghdl to ghdl/ghdl1138-4EB2017-12-201-1/+1
|
* travis: comments, minor rewrite.Tristan Gingold2017-12-181-1/+2
|
* use travis stages, use docker multistage builds1138-4EB2017-12-161-13/+50
|
* use travis matrix expansion1138-4EB2017-12-141-45/+27
|
* travis: add gpl packagingTristan Gingold2017-08-271-4/+10
|
* travis-ci: use matrix for docker buildsTristan Gingold2017-08-251-0/+16
|
* travis-ci: tentatively use cache only on macos-xTristan Gingold2017-08-181-4/+3
|
* travis-ci: try build on macos xTristan Gingold2017-08-171-0/+4
|
* travis: remove script deploy, adjust fold.Tristan Gingold2017-08-171-3/+1
|
* travis: use matrix with os-x, add fold commands in logTristan Gingold2017-08-171-3/+15
|
* Reimport appveyor and travis-ci scripts from v0.34Tristan Gingold2017-08-161-20/+18
|
* Use single VM in .travis.yml to speed-up launching builds. Container are ↵1138-4EB2017-03-011-14/+2
| | | | | | | launched in parallel threads. The output of each thread is saved to a log. All of them are printed in order, after all the threads have finished. Shared ANSI color codes between libraries/vendors and dist/linux. The common file to be sourced is dist/ansi_color.sh
* Replace travis-ci matrix with docker containers (#272)1138-4EB2017-02-141-38/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | * Extract tag declarations from <travis-ci.sh>. Rename it to <buildtest.sh> and allow to pass -b (BLD) and -f (PKG_FILE) as arguments. Save tag declarations in <travis-ci.sh>, with a different meaning now. Modify <.travis.yml> accordingly. * chmod +x ./dist/buildtest.sh. Can be removed bi changing permissions. * Replace travis builds with docker containers. ubu1404+llvm-3.5, ubu1204+llvm-3.8, ubu+mcode, fed+mcode and fed+llvm Add PKG_DTAG and SHORT_COMMIT after PKG_FILE, to avoid collisions. DOCKER_IMG used to set image to be used in docker build. <mv> is enough if the host dir is mounted in the container. Since multiple files are added, content in <dist> split to <dist/lin> and <dist/win>. Git depth set to 10 in <.travis.yml> * Fix paths lin/linux and win/windows. Remove '_compile'. Revome wrong placed old buildtest. Add conditional builds (3). Leave 2 fixed.
* Extract tag declarations from <travis-ci.sh>. Rename it to <buildtest… (#277)1138-4EB2017-02-121-1/+3
| | | | | | | | | * Extract tag declarations from <travis-ci.sh>. Rename it to <buildtest.sh> and allow to pass -b (BLD) and -f (PKG_FILE) as arguments. Save tag declarations in <travis-ci.sh>, with a different meaning now. Modify <.travis.yml> accordingly. * chmod +x ./dist/buildtest.sh. Can be removed bi changing permissions.
* travis: don't run on appveyor branchTristan Gingold2016-12-201-0/+3
|
* travis: set CLANGXX in make commandTristan Gingold2016-12-121-1/+0
|
* travis: use CLANGXX instead of CXXTristan Gingold2016-12-121-1/+1
|
* travis: set CXXTristan Gingold2016-12-121-1/+3
|
* travis: re-add libstdc++Tristan Gingold2016-12-121-0/+1
|
* travis: try with clang-3.8Tristan Gingold2016-12-121-1/+1
|
* travis: add libstdc++-6Tristan Gingold2016-12-121-0/+1
|
* travis: try again with gnat-6/llvm-3.8Tristan Gingold2016-12-121-0/+14
|
* travis: revertTristan Gingold2016-12-111-8/+0
|
* travis: don't use a container for llvm-3.8Tristan Gingold2016-12-111-12/+8
|
* travis: try gnat-5Tristan Gingold2016-12-111-2/+2
|
* travis: try again with gnat-6Tristan Gingold2016-12-111-2/+2
|
* travis: try with trusty.Tristan Gingold2016-12-111-0/+1
|
* travis: remove tabsTristan Gingold2016-12-111-4/+4
|
* travis: build with llvm-3.8 (test)Tristan Gingold2016-12-111-1/+12
|
* travis: enable glob_file.Tristan Gingold2016-05-031-0/+1
|
* travis: adjust script and configTristan Gingold2016-05-031-1/+2
|
* travis-ci: deploy snapshot using github release.Tristan Gingold2016-05-031-0/+8
|