aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
2023-10-04remove github actionsChris Boesch2-80/+0
2023-06-27Compatibility checks temporarily disabled (2)Chris Boesch1-2/+2
2023-06-27Compatibility checks temporarily disabledChris Boesch1-4/+5
2023-06-26Unit tests temporarily disabledChris Boesch1-2/+3
2023-05-15Enable again the unit testsManlio Perillo1-3/+2
2023-05-15Unit tests temporarily disabled.Chris Boesch1-3/+3
2023-05-02Restore unit testsManlio Perillo1-18/+18
2023-05-01 unit tests temporarily disabledChris Boesch1-18/+18
2023-04-29workflows: remove the custom windows only jobsManlio Perillo2-42/+10
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-28switched back to bash on windowsChris Boesch1-1/+0
2023-04-28Split Windows with PowerShellChris Boesch1-2/+18
2023-04-28Update ci.ymlChris Boesch1-1/+1
2023-04-28Update ci.ymlChris Boesch1-4/+1
2023-04-28Update ci.ymlChris Boesch1-1/+2
2023-04-28Update ci.ymlChris Boesch1-1/+2
2023-04-28split in windows and uses PowerShellChris Boesch1-2/+20
2023-04-26step eowyn ranamedChris Boesch1-1/+1
2023-04-26fixed error time-out minutesChris Boesch1-1/+0
2023-04-26step names addes and switched to checkout v3Chris Boesch1-17/+23
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-26Merge pull request #259 from perillo/improve-github-workflowsChris Boesch2-3/+8
workflows: improve the jobs configuration
2023-04-26back to checkout@2Chris Boesch1-1/+1
2023-04-26back to checkout@v2Chris Boesch1-1/+1
2023-04-26workflows: improve the jobs configurationManlio Perillo2-2/+7
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-25workflow: add a test job to ci.ymlManlio Perillo1-0/+16
Add a job to run the ziglings unit tests, using `zig build test`.
2023-04-25workflows: use actions/checkout@v3Manlio Perillo2-2/+2
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-04-18ci: add a CI workflowManlio Perillo1-0/+25
Add a new github workflow named CI. Add a job named compat, checking that and old Zig compiler will not fail with a compiler error, but instead will print an useful error message.
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