aboutsummaryrefslogtreecommitdiffstats
path: root/dist/ci-run.sh
Commit message (Collapse)AuthorAgeFilesLines
* ci: on ubuntu jobs, add temporary image with Python for testing 'pyunit' ↵umarcor2020-12-281-1/+13
| | | | testsuite
* merge testsuite/python into testsuite/pyunitumarcor2020-12-281-2/+2
|
* ci: fix CXX override, needs to be clang++ (#888)eine2020-07-241-1/+1
|
* ci: adjust pkg tag in ci-run.sh (#1329)umarcor2020-05-201-3/+3
|
* rework 'version.tmp' (#1320)umarcor2020-05-201-10/+1
| | | | | | | | | * msys2: work around makepkg hanging at the end of build() * ci: update actions/checkout to v2 * make: allow setting default description through GHDL_DESC * ci: ensure clean git describe on MSYS2
* Constants in vpi (#1297)Ben Reynwar2020-05-101-1/+2
| | | | | | | | | | | | | | | | | * Adding some very basic vpi tests. * Modify test so that's it's checking VPI access to constants. * Provide VPI to access constants. * Add vpi tests to testsuite. * Fix bug to allow getting values of generic/constant boolean and std_logic. * Fix stupid copying mistake in last commit. * Formatting and trying to get tests working on windows. * Fixing comment and removing redundant VhpiConstantDeclK
* enable synth by default (#1102)eine2020-03-011-14/+9
| | | | | | | | * enable synth by default * ci: disable synth for the GPL builds * deprecate Ubuntu 16, use Ubuntu 18 in Travis
* Adjust version check in ci-run.shTristan Gingold2020-02-291-4/+5
|
* ci: use DESTDIR instead of PREFIX (#1104)eine2020-01-201-10/+10
|
* ci: the URL to retrieve GCC sources has changed (#1084)eine2020-01-121-2/+3
|
* ci: update installation of GNAT GPL on macOS (#1072)eine2020-01-081-10/+7
| | | | | | | | * ci: move 'install-ada' to YAML files * ci: update Xcode to 10 * ci: update GNAT to 2019
* Actions: add workflow 'push' (#1016)1138-4EB2019-11-211-0/+476
* 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