| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-25 | ci: windows: unshallow repository before checking specific commit | Loris Cro | |
| 2022-11-25 | ci: give name to manually run workflows | Loris Cro | |
| 2022-11-25 | ci: windows: prevent `del` errors when the directory doesn't exist | Loris Cro | |
| 2022-11-25 | ci: windows: use correct windows powershell syntax | Loris Cro | |
| 2022-11-25 | ci: when running the workflow manually, preserve newer ci folder | Loris Cro | |
| This is the main way this feature is supposed to work: 1. you discover that a test started failing at some point but a misconfiguration in the CI script didn't catch that causing a bunch of false negative (ie false green) CIs over time 2. you fix the script and now want to figure out when the test started failing 3. you want to rebuild older commits, potentially only on specific targets, but with the new fixed CI script that correctly catches failures This is what this commit enables | |||
| 2022-11-25 | ci: fix syntax error in workflow file | Loris Cro | |
| 2022-11-25 | ci: introduce support for manual runs on specific commit & targets | Loris Cro | |
| 2022-11-24 | ci: remove gh action job output as it's not used anymore | Loris Cro | |
| 2022-11-24 | ci: cancel pending CI jobs when a PR gets updated | Loris Cro | |
| 2022-11-24 | ci: fix zig executable path to obtain zig version | Loris Cro | |
| 2022-11-23 | ci: only run CI on pull requests and master branch pushes | Loris Cro | |
| To get the CI to run on branches other than master, create a corresponding PR. | |||
| 2022-11-22 | CI: disable building tarballs; x86 self-hosted | Andrew Kelley | |
| 2022-11-22 | ci: use test a job to provide ZIG_VERSION to build-tarball job | Loris Cro | |
| 2022-11-22 | ci: move tarball creation and publishing to github-hosted runners | Loris Cro | |
| 2022-11-21 | CI: switch to GitHub Actions | Andrew Kelley | |
| 2022-11-21 | CI: test in the ci branch for now | Andrew Kelley | |
| 2022-11-14 | CI: disable github workflows until it is working in the ci branch | Andrew Kelley | |
| 2022-11-14 | CI: aarch64-linux: init | Andrew Kelley | |
| 2022-11-14 | CI: separate aarch64 and x86_64 macos scripts | Andrew Kelley | |
| 2022-11-14 | ci: init github actions support | Loris Cro | |
