aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/eowyn.yml
AgeCommit message (Collapse)Author
2023-10-04remove github actionsChris Boesch
2023-04-29workflows: remove the custom windows only jobsManlio Perillo
Restore the job matrix to run on linux, macos and windows. Remove lines with extra whitespace. Improve the documentation of the Eowyn workflow. Remove the single quoting of the workflow names.
2023-04-28switched back to bash on windowsChris Boesch
2023-04-28Split Windows with PowerShellChris Boesch
2023-04-26step eowyn ranamedChris Boesch
2023-04-26step names added and switched to checkout v3Chris Boesch
2023-04-26fixed fail-fast errorChris Boesch
2023-04-26strategy error fixedChris Boesch
2023-04-26timeout error fixedChris Boesch
2023-04-26back to checkout@2Chris Boesch
2023-04-26workflows: improve the jobs configurationManlio Perillo
Reduce the timeout to 30 minutes for all the jobs, since it is enough. Set strategy.fail-fast to false, so that we can see the full logs.
2023-04-25workflows: use actions/checkout@v3Manlio Perillo
Use the new version of actions/checkout, since all Github Actions will begin running on Node16 instead of Node12. See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
2023-04-24timeout to 60 minutesChris Boesch
2023-01-27update goto-bus-stopChris Boesch
2021-03-12workflow_dispatch testDave Gauer
2021-03-06added eowyn build for running against master every dayMatt Knight