Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: use eine/tip to provide nightly releases (#1315) | umarcor | 2020-05-20 | 1 | -0/+4 |
| | | | | | * ci: use eine/tip * ci: skip 'nightly' builds on Travis and AppVeyor | ||||
* | enable synth by default (#1102) | eine | 2020-03-01 | 1 | -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) | eine | 2020-01-19 | 1 | -4/+4 |
| | |||||
* | ci: update installation of GNAT GPL on macOS (#1072) | eine | 2020-01-08 | 1 | -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) | eine | 2020-01-03 | 1 | -2/+2 |
| | | | | | | | | * homogenise NEWS.md * travis: rename anchor * doc: conf.py cleanup | ||||
* | Actions: add workflow 'push' (#1016) | 1138-4EB | 2019-11-21 | 1 | -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-4EB | 2019-07-10 | 1 | -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-4EB | 2019-01-30 | 1 | -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-4EB | 2019-01-29 | 1 | -4/+5 |
| | |||||
* | Add man pages job to travis (#733) | 1138-4EB | 2019-01-06 | 1 | -10/+16 |
| | | | * add man pages job to travis | ||||
* | use fedora28 instead of fedora26 | 1138-4EB | 2018-06-08 | 1 | -2/+2 |
| | |||||
* | move docker-related resources to ghdl/docker | 1138-4EB | 2018-05-27 | 1 | -39/+13 |
| | |||||
* | activate xcode9.3 only | 1138-4EB | 2018-05-23 | 1 | -5/+3 |
| | |||||
* | add xcode8.3 and xcode9.3 travis jobs | 1138-4EB | 2018-05-23 | 1 | -2/+7 |
| | |||||
* | update travis refs after changing from tgingold/ghdl to ghdl/ghdl | 1138-4EB | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | travis: comments, minor rewrite. | Tristan Gingold | 2017-12-18 | 1 | -1/+2 |
| | |||||
* | use travis stages, use docker multistage builds | 1138-4EB | 2017-12-16 | 1 | -13/+50 |
| | |||||
* | use travis matrix expansion | 1138-4EB | 2017-12-14 | 1 | -45/+27 |
| | |||||
* | travis: add gpl packaging | Tristan Gingold | 2017-08-27 | 1 | -4/+10 |
| | |||||
* | travis-ci: use matrix for docker builds | Tristan Gingold | 2017-08-25 | 1 | -0/+16 |
| | |||||
* | travis-ci: tentatively use cache only on macos-x | Tristan Gingold | 2017-08-18 | 1 | -4/+3 |
| | |||||
* | travis-ci: try build on macos x | Tristan Gingold | 2017-08-17 | 1 | -0/+4 |
| | |||||
* | travis: remove script deploy, adjust fold. | Tristan Gingold | 2017-08-17 | 1 | -3/+1 |
| | |||||
* | travis: use matrix with os-x, add fold commands in log | Tristan Gingold | 2017-08-17 | 1 | -3/+15 |
| | |||||
* | Reimport appveyor and travis-ci scripts from v0.34 | Tristan Gingold | 2017-08-16 | 1 | -20/+18 |
| | |||||
* | Use single VM in .travis.yml to speed-up launching builds. Container are ↵ | 1138-4EB | 2017-03-01 | 1 | -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-4EB | 2017-02-14 | 1 | -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-4EB | 2017-02-12 | 1 | -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 branch | Tristan Gingold | 2016-12-20 | 1 | -0/+3 |
| | |||||
* | travis: set CLANGXX in make command | Tristan Gingold | 2016-12-12 | 1 | -1/+0 |
| | |||||
* | travis: use CLANGXX instead of CXX | Tristan Gingold | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | travis: set CXX | Tristan Gingold | 2016-12-12 | 1 | -1/+3 |
| | |||||
* | travis: re-add libstdc++ | Tristan Gingold | 2016-12-12 | 1 | -0/+1 |
| | |||||
* | travis: try with clang-3.8 | Tristan Gingold | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | travis: add libstdc++-6 | Tristan Gingold | 2016-12-12 | 1 | -0/+1 |
| | |||||
* | travis: try again with gnat-6/llvm-3.8 | Tristan Gingold | 2016-12-12 | 1 | -0/+14 |
| | |||||
* | travis: revert | Tristan Gingold | 2016-12-11 | 1 | -8/+0 |
| | |||||
* | travis: don't use a container for llvm-3.8 | Tristan Gingold | 2016-12-11 | 1 | -12/+8 |
| | |||||
* | travis: try gnat-5 | Tristan Gingold | 2016-12-11 | 1 | -2/+2 |
| | |||||
* | travis: try again with gnat-6 | Tristan Gingold | 2016-12-11 | 1 | -2/+2 |
| | |||||
* | travis: try with trusty. | Tristan Gingold | 2016-12-11 | 1 | -0/+1 |
| | |||||
* | travis: remove tabs | Tristan Gingold | 2016-12-11 | 1 | -4/+4 |
| | |||||
* | travis: build with llvm-3.8 (test) | Tristan Gingold | 2016-12-11 | 1 | -1/+12 |
| | |||||
* | travis: enable glob_file. | Tristan Gingold | 2016-05-03 | 1 | -0/+1 |
| | |||||
* | travis: adjust script and config | Tristan Gingold | 2016-05-03 | 1 | -1/+2 |
| | |||||
* | travis-ci: deploy snapshot using github release. | Tristan Gingold | 2016-05-03 | 1 | -0/+8 |
| | |||||
* | travis: tentatively try mixed setup. | Tristan Gingold | 2016-01-15 | 1 | -9/+17 |
| | |||||
* | travis: use envs. | Tristan Gingold | 2016-01-14 | 1 | -2/+5 |
| | |||||
* | travis: also build with llvm. | Tristan Gingold | 2016-01-14 | 1 | -2/+2 |
| | |||||
* | travis: use trusty. | Tristan Gingold | 2016-01-14 | 1 | -5/+6 |
| |