aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAge
* build: run integration tests in CIHEADmainLibravatar Kristóf Marussy2022-05-31
| | | | Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* build: fix git lab ci configurationLibravatar Kristóf Marussy2022-05-16
| | | | | | https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* build: integration testing supportLibravatar Kristóf Marussy2022-05-16
| | | | | | Run integration tests in an electron environment for the main process. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* chore(deps): bump nodejs to 16.14.2Libravatar Kristóf Marussy2022-05-16
| | | | | | Make sure we use the latest LTS Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* ci: Export test and coverage reportLibravatar Kristóf Marussy2022-01-10
|
* build: Disable single-run eslint-typescriptLibravatar Kristóf Marussy2022-01-09
| | | | | | | | | See https://github.com/typescript-eslint/typescript-eslint/issues/3851 Also upgrades dependencies and simplifies eslint config (used during debugging this issue to eliminate other possible sources of errors.) Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* build: Eslint fixes for multi-module projectLibravatar Kristóf Marussy2022-01-09
| | | | Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* New configurations based on review comments (WIP)Libravatar Vijay A2022-01-09
| | | | Signed-off-by: Vijay A <vraravam@users.noreply.github.com>
* Incorporate 'eslint' (fixes #3)Libravatar Vijay A2022-01-09
| | | | Signed-off-by: Vijay A <vraravam@users.noreply.github.com>
* Basic CI pipeline using Gitlab CILibravatar Vijay A2022-01-03
Signed-off-by: Vijay A <vraravam@users.noreply.github.com>