summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-linux.yml
AgeCommit message (Expand)Author
2025-02-14Merge branch '2.0' into 2.1.Sadie Powell
2025-02-14Update the CI for the upcoming Ubuntu 20.04 removal.Sadie Powell
2024-03-18Add verify-only support for POSIX crypt() hashes from Atheme.Sadie Powell
2024-03-10Add support for encrypting passwords with the Argon2 algorithm.Sadie Powell
2024-03-07Move some modules which can be built by default out of extra.Sadie Powell
2024-01-24Merge branch '2.0' into 2.1.Sadie Powell
2024-01-24Backport CI changes from the 2.1 branch.Sadie Powell
2024-01-24Rename several modules to remove the m_ prefix.Sadie Powell
2024-01-09Always build the stats modules.Sadie Powell
2024-01-05Fix a translation string and enable translations on CI.Sadie Powell
2023-12-17Remove the m_regex_pcre module.Sadie Powell
2023-10-11Merge branch '2.0' into 2.1.Sadie Powell
2023-10-01Bump actions/checkout from 3 to 4dependabot[bot]
2022-12-23Remove some unnecessary dependencies on the Linux CI.Sadie Powell
2022-12-17Merge branch '2.0' into 2.1.Sadie Powell
2022-12-17Bump actions/checkout from 2 to 3dependabot[bot]
2022-12-07Merge branch '2.0' into 2.1.Sadie Powell
2022-12-07Add a module that provides regex/pcre using PCRE2.Sadie Powell
2022-01-04Speed up CI by building with Ninja instead of Make.Sadie Powell
2022-01-04Modernize CXXFLAGS on Unix and enable -Werror on CI.Sadie Powell
2022-01-03Require C++17 to build Anope.Sadie Powell
2020-10-02Remove use of the deprecated register keyword.Sadie Powell
2020-10-02Add C++98 and C++14 build matrixes to the Linux CI.Sadie Powell
2020-09-28Switch from Travis CI to GitHub Actions.Sadie Powell