aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* ci/coverage: publish coverage report at CodeCov and Codacyumarcor2021-01-081-17/+58
|
* ci/macos: p7zip is pre-installed nowumarcor2021-01-081-4/+1
|
* mv dist/* scripts/umarcor2021-01-061-8/+8
|
* ci: add graphiz to temporary ghdl/doc imageumarcor2021-01-061-1/+1
|
* coverage: run pyunit directlyumarcor2021-01-011-5/+2
|
* ci: add job 'Coverage'umarcor2021-01-011-2/+42
|
* ci: test if pyGHDL needs to be updatedumarcor2021-01-011-15/+26
|
* ci/msys2: split build and test (#1559)Unai Martinez-Corral2020-12-311-11/+56
|
* Executing Python unit tests in Parallel Processes (#1558)Patrick Lehmann2020-12-301-16/+16
| | | | | | | | | | | | | | | | | | | | | * Prepare pyunit tests for parallel and independent execution with pytest/pytest-forked. * Added forked pytest test executions. * Added a pytest ini-file * Corrected pytest settings. * Adjusting PYTHONPATH. * Reverted changes required for pytest without modified file search patterns. (cherry picked from commit 0207b11cfef029f2ed765df3ad983ef47cc0838b) * Run pyunit tests without '--forked'. * Deactivate black. (cherry picked from commit d6b68588d4de26bf94181ea726be969cd09aadf0)
* ci: set DOCKER_BUILDKIT envvarumarcor2020-12-291-0/+1
|
* ci: install testsuite Python requirements on MSYS2 jobsumarcor2020-12-291-2/+2
|
* ci: MSYS2 job cleanupumarcor2020-12-281-11/+21
|
* doc: update 'using/py' -> 'using/pyGHDL'umarcor2020-12-281-1/+1
|
* ci: add emojisumarcor2020-11-302-15/+37
|
* ci: matrix cleanupeine2020-11-291-21/+19
|
* ci: fix ghdl/doceine2020-11-181-1/+2
|
* ci/osx: skip brew update errorumarcor2020-10-231-1/+1
|
* ci: add ubuntu-20.04 job and push nightly artifactumarcor2020-10-031-8/+11
|
* doc: add gnatdoc HTML outputumarcor2020-09-221-0/+14
|
* ci: use buildthedocs/btd to build and publish the docs to GHPumarcor2020-08-313-9/+25
|
* ci: add black --checkeine2020-08-231-2/+19
|
* ci(msys2): eine/setup-msys2 was transferred to msys2/setup-msys2, bump to v2eine2020-07-241-3/+41
|
* ci: skip 'nightly', not only eine/tipumarcor2020-07-101-2/+2
|
* ci: actions/upload-artifact supports multiple paths nowumarcor2020-07-101-5/+3
|
* ci(msys2): define deps in PKGBUILD, cleanup run.shumarcor2020-06-171-2/+4
|
* ci(msys2): update eine/setup-msys2 to v1umarcor2020-06-061-1/+1
|
* ci(msys2): set default shell on GHA windows-latest jobsumarcor2020-06-061-2/+4
|
* ci: trigger repository_dispatch in ghdl/dockereine2020-06-041-0/+6
|
* ci: fix format of github.refumarcor2020-05-211-1/+1
|
* ci: use eine/tip to provide nightly releases (#1315)umarcor2020-05-202-11/+47
| | | | | * ci: use eine/tip * ci: skip 'nightly' builds on Travis and AppVeyor
* rework 'version.tmp' (#1320)umarcor2020-05-202-5/+7
| | | | | | | | | * 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
* push.yml: comment upload code.Tristan Gingold2020-05-141-4/+4
|
* push.yaml: fix artifact path. From eine.Tristan Gingold2020-05-131-1/+2
|
* push.yml: fix syntax error (tab) in previous commit.Tristan Gingold2020-05-131-1/+1
|
* push.yml: save win build to investigate MINGW64,llvm CI failureTristan Gingold2020-05-131-0/+3
|
* ci: minor style change in push workflow (#1147)eine2020-03-021-6/+2
|
* enable synth by default (#1102)eine2020-03-011-9/+13
| | | | | | | | * enable synth by default * ci: disable synth for the GPL builds * deprecate Ubuntu 16, use Ubuntu 18 in Travis
* GHA: fix windows jobs (#1106)eine2020-01-201-4/+7
| | | | | | * ci: use eine/setup-msys2 instead of numworks/setup-msys2 * msys2: fix package extension (change from xz to zst)
* ci: update installation of GNAT GPL on macOS (#1072)eine2020-01-081-1/+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/+76
| | | | | | | | | | | | | | * 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
* Update doc (#1003)1138-4EB2019-11-111-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | * doc: update makefile and build scripts * actions: add workflow 'doc' * doc: reorganize sections * doc: fix 'unknown option' warnings, headings, spaces, etc. * doc: add subdir 'examples', move 'quick_start' sources * doc: add section 'Development/Debugging' * doc: add section'Development/Synthesis' * doc: update roadmap * doc: add section examples * doc: use standard domain * doc: add comment about 'vhd' vs 'vhdl'
* update bug report template (#942)1138-4EB2019-09-251-28/+24
|
* Remove multiple whitespaces from code of conductDominik Salvet2019-06-161-1/+1
|
* Add a code of conductDominik Salvet2019-06-161-0/+5
|
* add :z to the docker bind argument1138-4EB2018-06-071-1/+1
|
* update contributing1138-4EB2018-05-301-1/+1
|
* add wait statement to bug_report reproduction example1138-4EB2018-05-291-0/+1
|
* add .github (issue templates)1138-4EB2018-05-264-0/+110