summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-linux.yml
AgeCommit message (Collapse)Author
2021-06-06Disable fail-fast in GitHub Actions.Sadie Powell
2021-05-07Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.Sadie Powell
The Argon2 PPA is broken again and I don't want to deal with the stress of working out why. The 16.04 image is EOL soon (see actions/virtual-environments/#1084) so switching off it is just easier.
2020-10-16Fix building the argon2 module on CI due to a broken PPA package.Sadie Powell
2020-10-10Implement support for Argon2 password hashing.ShutterQuick
Resolves #1540.
2020-01-18Improve manually enabling extra modules.Sadie Powell
- Allow modules to be specified without their prefix and extensions in --{disable,enable}-extras. - Allow modules to be space delimited in --{disable,enable}-extras.
2020-01-17Migrate from Travis CI to GitHub Actions.Sadie Powell
This brings shiny new GitHub integrations as well as allowing us to bring back the macOS builds which were disabled because of the very broken Travis CI macOS infrastructure.