aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2022-11-25ci: windows: unshallow repository before checking specific commitLoris Cro
2022-11-25ci: give name to manually run workflowsLoris Cro
2022-11-25ci: windows: prevent `del` errors when the directory doesn't existLoris Cro
2022-11-25ci: windows: use correct windows powershell syntaxLoris Cro
2022-11-25ci: when running the workflow manually, preserve newer ci folderLoris 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-25ci: fix syntax error in workflow fileLoris Cro
2022-11-25ci: introduce support for manual runs on specific commit & targetsLoris Cro
2022-11-24ci: remove gh action job output as it's not used anymoreLoris Cro
2022-11-24ci: cancel pending CI jobs when a PR gets updatedLoris Cro
2022-11-24ci: fix zig executable path to obtain zig versionLoris Cro
2022-11-23ci: only run CI on pull requests and master branch pushesLoris Cro
To get the CI to run on branches other than master, create a corresponding PR.
2022-11-22CI: disable building tarballs; x86 self-hostedAndrew Kelley
2022-11-22ci: use test a job to provide ZIG_VERSION to build-tarball jobLoris Cro
2022-11-22ci: move tarball creation and publishing to github-hosted runnersLoris Cro
2022-11-21CI: switch to GitHub ActionsAndrew Kelley
2022-11-21CI: test in the ci branch for nowAndrew Kelley
2022-11-14CI: disable github workflows until it is working in the ci branchAndrew Kelley
2022-11-14CI: aarch64-linux: initAndrew Kelley
2022-11-14CI: separate aarch64 and x86_64 macos scriptsAndrew Kelley
2022-11-14ci: init github actions supportLoris Cro