116 Commits

Author SHA1 Message Date
John Wellbelove
3aa4a8af03 Sanity check CI test 2023-05-07 10:20:26 +01:00
John Wellbelove
10ea982ac9 Sanity check CI test 2023-05-07 08:37:31 +01:00
John Wellbelove
78afa95ca1 Sanity check CI test 2023-05-07 08:25:23 +01:00
John Wellbelove
b431afec9c Sanity check CI test 2023-05-07 08:19:32 +01:00
John Wellbelove
602e9aec7f Sanity check CI test 2023-05-07 08:08:58 +01:00
John Wellbelove
ae1698e988 Merge branch 'feature/sanity-checks-for-github-ci' of https://github.com/ETLCPP/etl into feature/sanity-checks-for-github-ci
# Conflicts:
#	.github/workflows/sanity-checks.yml
2023-05-06 20:12:24 +01:00
John Wellbelove
fbe703bb1c Merge branch 'feature/sanity-checks-for-github-ci' of https://github.com/ETLCPP/etl into feature/sanity-checks-for-github-ci
# Conflicts:
#	.github/workflows/sanity-checks.yml
2023-05-06 20:09:52 +01:00
John Wellbelove
97b6bb0925 Sanity check CI test 2023-05-06 19:07:38 +01:00
John Wellbelove
33be61e523 Sanity check CI test 2023-05-06 19:06:01 +01:00
John Wellbelove
068c9f5996 Added experimental C++14 and C++17 builds to GCC CI 2023-04-28 11:48:29 +01:00
John Wellbelove
1ab6eb7278 Modified CI for Github 2023-03-30 13:01:23 +01:00
John Wellbelove
1f2cba4b40 Modified CI for Github 2023-03-30 12:17:30 +01:00
John Wellbelove
f5d69d7f35 Modified CI for Github 2023-03-30 11:52:26 +01:00
John Wellbelove
3b0599b273 Modified CI for Github 2023-03-30 11:06:17 +01:00
John Wellbelove
8e39eef9bb Modified CI for Github 2023-03-29 11:32:19 +01:00
John Wellbelove
4fe03bbb95 Modified CI for Github 2023-03-29 10:20:49 +01:00
John Wellbelove
faffa961b7 Updated C++ standard to 20 2023-03-29 10:14:18 +01:00
John Wellbelove
057c162c07 Renamed visual-studio.yml to msvc.yml 2023-03-10 10:56:36 +00:00
John Wellbelove
b23514a0ec Renamed Github vs2022.yml to visual-studio.yml 2023-03-09 11:36:18 +00:00
John Wellbelove
6a982b8053 Renamed Github vs2022.yml to visual-studio.yml 2023-03-09 11:34:02 +00:00
John Wellbelove
a530f7f2e5 Updated CI for VS2022 2023-03-09 11:31:04 +00:00
John Wellbelove
3e72906583 Run Github CI with GCC latest 2023-03-09 10:34:43 +00:00
John Wellbelove
99821424c6 Run Github CI with GCC latest 2023-03-09 10:33:24 +00:00
John Wellbelove
21a9fcb149 Run Github CI with GCC latest 2023-03-09 10:28:23 +00:00
John Wellbelove
a6981d2264 Run Github CI with GCC 12 2023-03-09 10:26:01 +00:00
John Wellbelove
b6460a9689 Updated Github CI to use checkout@v3 2023-03-08 17:09:04 +00:00
John Wellbelove
7cb49d9f5a Updated CI for VS2022 2023-03-08 16:34:25 +00:00
John Wellbelove
b560f6062d Updated CI for VS2022 2023-03-08 16:30:43 +00:00
John Wellbelove
0ed1475bb7 Updated CI for VS2022 2023-03-08 16:28:05 +00:00
John Wellbelove
f0f23ebc11 clang updates for Github Actions 2023-01-05 19:21:56 +00:00
John Wellbelove
96d225d153 Updated Github Actions for Clang 2023-01-05 14:03:10 +00:00
John Wellbelove
e83c7786b8 Removed testing for 18.04
Added testing for 22.04
2023-01-05 13:28:52 +00:00
John Wellbelove
977279871e Added development to Github CI 2022-10-29 21:41:37 +01:00
John Wellbelove
ed934b9d55 Added development to Github CI 2022-10-29 21:39:39 +01:00
John Wellbelove
eb3c6b7c58 Attempt to fix clang CI error 2022-09-12 00:23:28 +01:00
John Wellbelove
0bfe4baa63 Attempt to fix clang CI error 2022-09-11 16:04:15 +01:00
John Wellbelove
23be4cfd02 Attempt to fix clang CI error 2022-09-11 15:41:51 +01:00
John Wellbelove
38458a71e3 Attempt to fix clang CI error 2022-09-11 15:29:51 +01:00
John Wellbelove
69aa8aa08f Reverted changes 2022-06-24 16:18:51 +01:00
John Wellbelove
c0923e1d6a Fix to message_packet
Fix tests for atomic under GCC
2022-06-24 15:59:25 +01:00
John Wellbelove
92996109c7 Added ASAN options to Github CI 2022-05-18 20:29:51 +01:00
John Wellbelove
44065e5ad3 Replace GCC with Clang in clang Github CI 2022-05-04 17:09:45 +01:00
John Wellbelove
f75b98aa7d Replace GCC with Clang in clang Github CI 2022-05-04 17:08:10 +01:00
Robin Mueller
fbffca3b4c Update cmake & meson version handling (#522)
* updated the version handling

- Introduces a new version.txt file
- This file is parsed by CMake to determine the current version

* assign version in project call

* use version variable

* Meson update

1. Minor fix for GCC build
2. Use external version file which can be used by CMake as well

* get version from git tag now

* ci/cd broke..

* maybe this solves the error

* updated workflow files

* one last test

* remove git describe call
2022-04-08 09:37:21 +02:00
John Wellbelove
48738f980a Modified VS2019 Github Actions 2022-03-20 17:49:59 +00:00
John Wellbelove
80c4a2234f Modified VS2019 Github Actions 2022-03-20 17:42:27 +00:00
John Wellbelove
5cd7cb0036 Modified VS2019 Github Actions 2022-03-20 17:32:08 +00:00
John Wellbelove
8f76f9401d Modified VS2019 Github Actions 2022-03-20 17:15:39 +00:00
John Wellbelove
7f2525a48f Modified VS2019 Github Actions 2022-03-20 16:45:53 +00:00
John Wellbelove
a1747ad910 Modified VS2019 Github Actions 2022-03-20 16:34:06 +00:00