aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-run.sh
Commit message (Collapse)AuthorAgeFilesLines
* gh action: replace ubuntu 18 by ubuntu 22 (without docker)Tristan Gingold2022-10-031-28/+48
|
* workflows: tentatively build on ubuntu22Tristan Gingold2022-10-021-1/+1
|
* fix(configure): disable -Werror by defaultXiretza2022-05-161-0/+2
| | | | | | | | | | | | Because the build system does not have direct control over the compiler, it cannot ensure that no warnings are issued in downstream compilations. Such warnings can occur due to newer compiler versions with more sophisticated diagnostics, older compiler versions with diagnostics bugs, or simply different, untested compilers. With -Werror enabled by default, these harmless warnings result in complete compilation failures. The option remains enabled in CI to ensure upstream code quality.
* Debian Bullseye was releasedumarcor2021-08-231-1/+1
|
* Codacy issues, Travis cleanup and update ghdl.texi (#1807)Unai Martinez-Corral2021-06-261-58/+10
| | | | | | | | | | | | | | | | | | | * ghw: fix memleaks reported by codacy * ghw: printf issues and style (GNU indent) * testsuite/gna: minor printf issues * testsuite: fix issues reported by codacy * scripts/ci-run: clean travis stuff (deprecated) * scripts: fix issues reported by codacy * doc/Makefile: add .PHONY * doc: update ghdl.texi * testsuite/synth: use synth_tb
* Makefile: add and use all.ghw, install.ghw and uninstall.ghw targetsumarcor2021-04-231-1/+1
|
* VHPI: add tests for loading librariesMarlon James2021-03-041-1/+1
|
* revert "log stderr of make to a file and use tail to show last 1000 lines" ↵Xiretza2021-02-221-4/+1
| | | | | | | | | | (#1660) This reverts commit 30ee7a32b64c94f1ac0c8e3b5068894b6ea8b556. This workaround masks the return value of `make`, causing runs to appear to fail during install, even though build failed already. Since travis is no longer used for CI, this is unnecessary anyway.
* ci/macos: test all suiteseine2021-02-021-1/+2
|
* ci: cleanup macos buildeine2021-02-021-8/+4
|
* ci: enable both mcode and llvm builds for macosEdu Garcia2021-02-021-1/+6
|
* ci: enable libghdl in the osx jobeine2021-02-021-3/+1
|
* libraries: unuse 'openieee', rename enable_openieee to enable_gplcompatumarcor2021-01-161-8/+9
|
* mv dist/* scripts/umarcor2021-01-061-0/+493