Sadie Powell
|
fdd4aade3b
|
Add a CI workflow for Alpine.
|
2024-01-24 15:14:21 +00:00 |
|
Sadie Powell
|
0a53f4c26e
|
Merge branch '2.0' into 2.1.
|
2024-01-24 14:48:53 +00:00 |
|
Sadie Powell
|
d6a826a09c
|
Backport CI changes from the 2.1 branch.
|
2024-01-24 14:45:57 +00:00 |
|
Sadie Powell
|
7ac1fe5847
|
Rename several modules to remove the m_ prefix.
|
2024-01-24 12:22:51 +00:00 |
|
Sadie Powell
|
349ae043b6
|
Always build the stats modules.
These have no external dependencies so it makes no sense to not
always build them.
|
2024-01-09 21:25:44 +00:00 |
|
Sadie Powell
|
f22703df59
|
Fix a translation string and enable translations on CI.
|
2024-01-05 21:28:54 +00:00 |
|
Sadie Powell
|
eb0e5c89b2
|
Remove the m_regex_pcre module.
Users should migrate to m_regex_pcre2 instead.
|
2023-12-17 13:46:34 +00:00 |
|
Sadie Powell
|
8e1c7e1e44
|
Merge branch '2.0' into 2.1.
|
2023-10-11 15:51:52 +01:00 |
|
dependabot[bot]
|
32cf99fdb5
|
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-01 17:20:09 +01:00 |
|
Sadie Powell
|
1c30205af5
|
Also build the Windows dependencies in the CI.
|
2023-06-03 22:02:49 +01:00 |
|
Sadie Powell
|
5bc560a743
|
Remove some unnecessary dependencies on the Linux CI.
|
2022-12-23 14:10:33 +00:00 |
|
Sadie Powell
|
b235da2e9c
|
Merge branch '2.0' into 2.1.
|
2022-12-17 16:18:09 +00:00 |
|
dependabot[bot]
|
2f46739931
|
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-17 15:59:28 +00:00 |
|
Sadie Powell
|
1a2da82106
|
Merge branch '2.0' into 2.1.
|
2022-12-07 15:59:46 +00:00 |
|
Sadie Powell
|
4a2861ba3d
|
Add a module that provides regex/pcre using PCRE2.
|
2022-12-07 15:43:39 +00:00 |
|
Sadie Powell
|
b96519d85c
|
Build the installer package on Windows CI.
|
2022-05-01 10:28:18 +01:00 |
|
Sadie Powell
|
f2bcf449cd
|
Use windows-2019 for Windows builds.
|
2022-03-01 05:21:28 +00:00 |
|
Sadie Powell
|
1ee81580c6
|
Add support for Windows CI.
|
2022-01-13 01:59:13 +00:00 |
|
Sadie Powell
|
4e5fc9797c
|
Speed up CI by building with Ninja instead of Make.
|
2022-01-04 18:48:22 +00:00 |
|
Sadie Powell
|
eb81f22a5b
|
Modernize CXXFLAGS on Unix and enable -Werror on CI.
Also clear up warnings that this exposed.
|
2022-01-04 00:39:05 +00:00 |
|
Sadie Powell
|
d76d747196
|
Require C++17 to build Anope.
|
2022-01-03 19:02:44 +00:00 |
|
Sadie Powell
|
4ba871c631
|
Remove use of the deprecated register keyword.
Fixes a build error on C++17 compilers.
|
2020-10-02 16:53:13 +01:00 |
|
Sadie Powell
|
c29b72fcdc
|
Add C++98 and C++14 build matrixes to the Linux CI.
|
2020-10-02 14:27:04 +01:00 |
|
Sadie Powell
|
1af02bf2a9
|
Switch from Travis CI to GitHub Actions.
Closes #153.
|
2020-09-28 12:47:52 +01:00 |
|