Commit Graph

75 Commits

Author SHA1 Message Date
5dd7c22a74 Refactor CMakeLists and GitLab CI/CD pipeline
- Remove nested minimum required to supress warnings.
- Declare SystemC as system library to supress warnings in headers.
- Add a BUILD_SHARED_LIBS option
- Remove hardcoded STATIC in various add_library calls to honor the
  BUILD_SHARED_LIBS option
- Remove _deps/ directory from the build directory in GitLab pipeline
- Remove *.tdb files after test stage in pipeline
- Set Ninja as the default generator for the dev preset and re-enable
  colored diagnostics
2024-06-28 11:07:56 +02:00
Lukas Steiner
77fd2adc08 Use custom docker image with preinstalled packages. 2023-05-17 07:58:40 +00:00
Lukas Steiner
5621bd41b4 Decrease artifacts expiration to 1 hour. 2023-03-23 11:14:52 +01:00
Lukas Steiner
a36ce91225 Remove .a files from artifacts. 2023-03-23 10:52:32 +01:00
d7bc0f2d32 Use non-interactive frontend in GitLab CI 2023-03-10 13:39:39 +01:00
bd899a2104 Integrate regression tests with CTest 2023-03-10 13:32:55 +01:00
7ab71876d9 Run CTest in GitLab CI
Change image to Ubuntu as at least CMake 5.19 is needed
2023-03-09 12:21:47 +01:00
Lukas Steiner
39b456d837 Use one stage for all tests. 2023-02-23 14:09:16 +01:00
Lukas Steiner
56b404b291 Fix job name for needs. 2023-02-23 13:59:35 +01:00
Lukas Steiner
ac04ae66ce Retry CI needs with coverage. 2023-02-23 13:56:15 +01:00
Lukas Steiner
579106b13d Fix coverage excludes. 2023-02-23 13:40:17 +01:00
Lukas Steiner
2d44f36d2e Remove 3rd party modules from coverage report. 2023-02-23 13:23:47 +01:00
Lukas Steiner
d736a2d25e Fix regression tests, add DRAMPower. 2023-02-23 10:38:59 +01:00
Lukas Steiner
352f094fc5 Add expire option to test script. 2022-03-03 08:54:20 +00:00
Lukas Steiner
2827f864db Move tests to different stages. 2021-09-20 11:07:32 +02:00
Lukas Steiner
077e71cd08 Update .gitlab-ci.yml 2021-09-17 14:08:49 +00:00
Lukas Steiner
77f818fadc Update .gitlab-ci.yml 2021-09-17 13:59:50 +00:00
Lukas Steiner
01dba9d3ab Update .gitlab-ci.yml 2021-09-17 13:43:54 +00:00
Lukas Steiner
aa29845aa5 Update .gitlab-ci.yml 2021-09-17 13:37:09 +00:00
Lukas Steiner
ad12b69585 Update .gitlab-ci.yml 2021-09-17 13:34:59 +00:00
Lukas Steiner
71d3fbeb91 Update .gitlab-ci.yml 2021-09-17 13:18:14 +00:00
Lukas Steiner
ebec78bc9f Update .gitlab-ci.yml 2021-09-17 13:14:24 +00:00
Lukas Steiner
69656e1b40 Update .gitlab-ci.yml 2021-09-17 13:12:58 +00:00
Lukas Steiner
228fab80a1 Update .gitlab-ci.yml 2021-09-17 13:10:45 +00:00
Lukas Steiner
fe9478f367 Update .gitlab-ci.yml 2021-09-17 12:59:28 +00:00
Lukas Steiner
c37ea19ffb Cleanup of cmake. 2020-09-24 13:32:08 +02:00
Lukas Steiner
92fd46eba4 Use GIT_STRATEGY fetch for CI. 2020-07-02 15:25:48 +02:00
Lukas Steiner
7dad1da564 One stage for tests in CI. 2020-07-02 11:51:47 +02:00
scorrea
56fa53b784 export COVERAGE=true 2020-06-30 19:34:47 +02:00
scorrea
e98e1c49aa html removed 2020-06-30 17:42:08 +02:00
scorrea
f0d3a081c8 .gitlab-ci.yml back to older version 2020-06-30 17:07:51 +02:00
scorrea
6e8ea831c6 removed base.out before coverage eval 2020-06-30 16:12:48 +02:00
scorrea
153d68dee8 base file removed 2020-06-30 15:58:23 +02:00
scorrea
5db27a8b17 undone changes to cov test 2020-06-30 12:59:24 +02:00
scorrea
cdb1693687 Merge branch 'ci_tests' of https://git.eit.uni-kl.de/ems/astdm/dram.sys into ci_tests 2020-06-30 12:34:46 +02:00
scorrea
9241689b99 cov test updated 2020-06-30 12:33:12 +02:00
Lukas Steiner
117937f4aa Includes flag for coverage build. 2020-06-30 11:15:46 +02:00
scorrea
066f22c798 cov path modified 2020-06-26 15:56:22 +02:00
scorrea
bc8f2aaeca ci build and path updated4 2020-06-26 11:44:10 +02:00
scorrea
c97c3b87f6 ci build and path updated3 2020-06-26 11:34:35 +02:00
scorrea
3c00374d39 ci build and path updated 2020-06-26 11:29:22 +02:00
scorrea
1751e0c6cd ci build and path updated 2020-06-26 11:22:53 +02:00
scorrea
5a75a62760 coverage flags changed 2020-06-24 18:35:50 +02:00
scorrea
8ed64a85cf --coverage option 2020-06-24 18:05:01 +02:00
scorrea
542a7d9f32 gcov option passed to GCC 2020-06-24 17:53:56 +02:00
scorrea
ab206aa688 ci.yml edited 2020-06-16 11:50:11 +02:00
Lukas Steiner
bb357b44f5 Adapted config files for CI. 2020-04-27 13:56:59 +02:00
Lukas Steiner
a0c84e114f Changed cmake3 to cmake, which now calls the latest version. 2020-04-24 14:00:57 +02:00
Lukas Steiner
410b5cfb0b Lower cmake3 version. 2020-04-21 09:49:47 +02:00
Lukas Steiner
ea70fb6de8 qmake to cmake. 2020-04-21 09:41:44 +02:00