aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-10-04remove github actionsChris Boesch1-48/+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 Perillo1-21/+4
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-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-26fixed error time-out minutesChris Boesch1-1/+0
2023-04-26step names addes and switched to checkout v3Chris Boesch1-17/+23
2023-04-26Merge pull request #259 from perillo/improve-github-workflowsChris Boesch1-1/+3
workflows: improve the jobs configuration
2023-04-26back to checkout@v2Chris Boesch1-1/+1
2023-04-26workflows: improve the jobs configurationManlio Perillo1-1/+3
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 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-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.