aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/eowyn.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-10-04remove github actionsChris Boesch1-32/+0
2023-04-29workflows: remove the custom windows only jobsManlio Perillo1-21/+6
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 Boesch1-1/+0
2023-04-28Split Windows with PowerShellChris Boesch1-2/+18
2023-04-26step eowyn ranamedChris Boesch1-1/+1
2023-04-26step names added and switched to checkout v3Chris Boesch1-8/+13
2023-04-26fixed fail-fast errorChris Boesch1-2/+0
2023-04-26strategy error fixedChris Boesch1-2/+1
2023-04-26timeout error fixedChris Boesch1-1/+1
2023-04-26back to checkout@2Chris Boesch1-1/+1
2023-04-26workflows: improve the jobs configurationManlio Perillo1-1/+4
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 Perillo1-1/+1
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 Boesch1-0/+1
2023-01-27update goto-bus-stopChris Boesch1-1/+1
2021-03-12workflow_dispatch testDave Gauer1-0/+1
2021-03-06added eowyn build for running against master every dayMatt Knight1-0/+25