Ayaz Salikhov
bebc683ba2
chore: Specify conan profile explicitly and don't override it ( #2042 )
2025-04-28 15:00:44 +01:00
Ayaz Salikhov
1e0a2f5162
style: Add prettier pre-commit hook ( #2031 )
...
There are 2 things to know about prettier:
- it's quite pretty most of the time
- it's not configurable
2025-04-25 16:24:45 +01:00
Ayaz Salikhov
9c92a2b51b
style: Use pre-commit tool and add simple config ( #2029 )
...
I started with really simple pre-commit hooks and will add more on top.
Important files:
- `.pre-commit-config.yaml` - the config for pre-commit
- `.github/workflows/pre-commit.yml` - runs pre-commit hooks in branches
and `develop`
- `.github/workflows/pre-commit-autoupdate.yml` - autoupdates pre-commit
hooks once in a month
2025-04-24 17:59:43 +01:00
Ayaz Salikhov
88d27a7265
chore: Pin external actions using hashes ( #2019 )
...
Note: I used exactly the version which are already being used (didn't
update anything).
Updates will come when we merge https://github.com/XRPLF/clio/pull/2018
2025-04-23 17:35:40 +01:00
Sergey Kuznetsov
f0613c945f
ci: Use ubuntu latest for some ci jobs ( #1939 )
...
Ubuntu 20.04 images will be deprecated soon:
https://github.com/actions/runner-images/issues/11101
Switch to the latest Ubuntu everywhere we use Github's image.
2025-03-04 14:52:37 +00:00
Alex Kremer
cd1aa8fb70
chore: Revert workflow names ( #1890 )
2025-02-11 18:08:47 +00:00
Alex Kremer
f5e6c9576e
feat: Run tests with sanitizers in CI ( #1879 )
...
Fixes #1075
Fixes #1049
2025-02-10 16:20:25 +00:00
Sergey Kuznetsov
0a9dbe1cc1
ci: Switch CI to macos 15 runners ( #1761 )
2025-01-06 13:19:03 +00:00
Sergey Kuznetsov
b6d5ec5cf7
ci: Fix nightly build ( #1709 )
...
Fixes #1703 .
2024-10-25 12:20:26 +01:00
Sergey Kuznetsov
2a74a65b22
ci: Fix nightly release workflow ( #1577 )
...
Fixes #1574 .
2024-08-02 11:49:17 +01:00
Sergey Kuznetsov
2fef03d766
refactor: Refactor main ( #1555 )
...
For #442 .
2024-08-01 10:53:17 +01:00
Sergey Kuznetsov
9607cff8a0
ci: Fix errors in docker image uploading ( #1570 )
2024-07-30 16:56:37 +01:00
Alex Kremer
77494245a9
fix: Static linkage ( #1551 )
...
Fixes #1507
2024-07-23 17:35:39 +01:00
Sergey Kuznetsov
d536433d64
ci: Fix bugs in nightly docker publishing ( #1520 )
2024-07-05 15:04:08 +01:00
Sergey Kuznetsov
aa86075159
ci: Fix nightly ( #1514 )
2024-07-03 17:46:14 +01:00
Sergey Kuznetsov
f77186002a
ci: Clio docker image ( #1509 )
...
Fixes #1051 .
2024-07-02 18:04:38 +01:00
Alex Kremer
a8c90a31d9
Fix typo in nightly ( #1403 )
2024-05-09 04:10:26 +01:00
Alex Kremer
531b647b1e
Attempt to fix nightly build ( #1398 )
...
Fixes #1363
2024-05-09 03:15:36 +01:00
Alex Kremer
cbc856b190
Separate unit tests and integration tests ( #1393 )
...
Fixes #1391
2024-05-07 15:12:48 +01:00
Alex Kremer
e931f27d3b
Support clang 16 in docker CI ( #1348 )
...
Fixes #1175
2024-04-15 12:09:34 +01:00
Sergey Kuznetsov
6b9c8a12d0
Fix issue creation for nightly ( #1355 )
2024-04-12 12:25:28 +01:00
Sergey Kuznetsov
1b7d35b16c
Create issue if nightly fails ( #1333 )
...
Fixes #1276 .
2024-04-09 10:25:14 +01:00
Sergey Kuznetsov
d9362311ca
Run tests in container for nightly workflow ( #1281 )
2024-03-20 15:02:49 +00:00
Alex Kremer
c17cc37c1c
Upgrade actions to newer versions ( #1262 )
...
Fixes #1245
2024-03-14 10:49:43 +00:00
Sergey Kuznetsov
7b84fab076
Add clean up workdir ( #1244 )
...
Fixes #1095 .
2024-03-07 17:22:02 +00:00
Sergey Kuznetsov
0f5da4414c
Turn on macOS runners in CI ( #1185 )
2024-02-23 13:22:03 +00:00
Sergey Kuznetsov
8575f786a8
Comment out macOS CI ( #1164 )
2024-02-07 15:57:50 +00:00
Sergey Kuznetsov
e89640bcfb
Add debug cache to ci ( #1078 )
...
Fixes #1066
2024-01-05 10:59:26 +00:00
Sergey Kuznetsov
d11d566121
Fix wrong image ( #1040 )
...
For #884
2023-12-13 12:49:44 +00:00
Sergey Kuznetsov
f62e36dc94
Add status to readme ( #1035 )
...
For #844
2023-12-12 17:07:51 +00:00
Sergey Kuznetsov
d933ce2a29
Use clio_ci docker image ( #1033 )
...
Fixes #884
2023-12-12 16:03:08 +00:00
Sergey Kuznetsov
ac6ad13f6c
Fix release notes ( #1022 )
...
Fixes release notes for #884
2023-12-11 15:52:36 +00:00
Sergey Kuznetsov
acf359d631
Fix permissions issue for clang-tidy ( #1023 )
...
Fixes issue creation for clang-tidy nightly checks for #884
2023-12-11 11:53:22 +00:00
Sergey Kuznetsov
a34e107b86
Add nightly builds ( #1013 )
...
Partially fixes #884 .
Adds:
- Docker image for CI on Linux
- Nightly builds without cache and releases
- Nightly clang-tidy checks
- Fix typos in .clang-tidy
2023-12-08 18:22:22 +00:00