summaryrefslogtreecommitdiff
path: root/.github/workflows (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-26cicd: Use minimum_zig_version instead of mastercicd-minimum-zig-versionGravatar Jimmi Holst Christensen2-21/+13
2025-08-16chore: bump actions/checkout from 4 to 5Gravatar Jimmi Holst Christensen2-4/+4
2025-05-07chore: Update setup-zig to v2Gravatar Jimmi Holst Christensen2-10/+17
2025-02-24chore: bump deploy-pages action versionGravatar Jora Troosh1-1/+1
2025-02-21chore: Update upload-pages-artifactGravatar Jimmi Holst Christensen1-1/+1
2025-02-21chore: Update upload-artifactGravatar Jimmi Holst Christensen1-1/+1
2024-09-13fix: Cicd use `with: master` as `latest` is the defaultGravatar Jimmi Holst Christensen2-2/+6
2024-09-13chore: Use mlugg/setup-zig instead of goto-bus-stop/setup-zigGravatar Jimmi Holst Christensen2-9/+3
2024-09-13chore: Run jobs weekly instead of dailyGravatar Jimmi Holst Christensen1-1/+1
2024-02-02cicd: Only depend on major versionsGravatar Jimmi Holst Christensen2-3/+3
2024-01-02Add autodoc websiteGravatar Abhinav Gupta1-0/+47
This adds a `zig build docs` step that builds the documentation website and writes it to zig-out/docs. It further includes a GitHub Workflow that publishes this website to GitHub Pages. The GitHub Workflow is divided into two jobs: - build: builds the documentation and uploads it - publish: downloads the documentation and publishes it These are separate jobs to minimize permissions available to the build job. This workflow runs on two events: - after every push to master - `workflow_dispatch`: this allows manually running the workflow from its *Actions* page if something went wrong --- **Important pre-merge steps:** If this PR is accepted, the following steps should be taken before merging the PR: 1. Go to **Settings** for the repository 2. Select **Pages** on the left under *Code and automation* 3. Under *Build and deployment* set **Source** to **GitHub Actions** 4. Merge the PR. If the steps are missed, the PR will merge just fine, but the docs job will fail immediately on merge. This can be remedied by following steps 1-3 above, and either adding a new commit on master, or manually firing the workflow from the Actions > API Reference page.
2023-04-17ci: Disable ReleaseSmall buildsGravatar Komari Spaghetti1-1/+1
2023-02-06ci: Rename release to optimizeGravatar Jimmi Holst Christensen1-2/+2
2023-02-06use new syntax for optimizationsGravatar Mike Rivnak1-2/+2
2022-12-09Fix cicdGravatar Jimmi Holst Christensen1-1/+1
2022-12-09Update to newest version of zigGravatar Jimmi Holst Christensen1-1/+0
2022-11-15Don't iterate all configs in build scriptGravatar Jimmi Holst Christensen1-1/+4
Instead, cicd will now have a job for every configuration
2022-11-08Bump goto-bus-stop/setup-zig from 1.3.0 to 2.0.1Gravatar dependabot[bot]1-2/+2
Bumps [goto-bus-stop/setup-zig](https://github.com/goto-bus-stop/setup-zig) from 1.3.0 to 2.0.1. - [Release notes](https://github.com/goto-bus-stop/setup-zig/releases) - [Changelog](https://github.com/goto-bus-stop/setup-zig/blob/default/CHANGELOG.md) - [Commits](https://github.com/goto-bus-stop/setup-zig/compare/v1.3.0...v2.0.1) --- updated-dependencies: - dependency-name: goto-bus-stop/setup-zig dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02Bump actions/checkout from 2.4.0 to 3Gravatar dependabot[bot]1-2/+2
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29Update usage of process.ArgIterator to be inline with newest zigGravatar Jimmi Holst Christensen1-1/+4
Also add windows CI, as this compiler error was only triggered on windows builds
2021-12-21Master branch now follows zig masterGravatar Komari Spaghetti1-0/+2
It makes more sense to have the master branch follow zig master, and then create versioned branches to backport bug fixes to if nessesary
2021-11-03Bump actions/checkout from 2.3.5 to 2.4.0Gravatar dependabot[bot]1-2/+2
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18Bump actions/checkout from 2.3.4 to 2.3.5Gravatar dependabot[bot]1-2/+2
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-25Update CI to zig masterGravatar Sirius9021-2/+2
2021-06-05ci: Use zig 0.8.0Gravatar Komari Spaghetti1-2/+2
2020-11-29Bump goto-bus-stop/setup-zig from v1.2.5 to v1.3.0Gravatar dependabot[bot]1-2/+2
Bumps [goto-bus-stop/setup-zig](https://github.com/goto-bus-stop/setup-zig) from v1.2.5 to v1.3.0. - [Release notes](https://github.com/goto-bus-stop/setup-zig/releases) - [Changelog](https://github.com/goto-bus-stop/setup-zig/blob/default/CHANGELOG.md) - [Commits](https://github.com/goto-bus-stop/setup-zig/compare/v1.2.5...41ae19e72e21b9a1380e86ff9f058db709fc8fc6) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-16Run CI on PRGravatar Jimmi Holst Christensen1-1/+4
2020-11-10Update ciGravatar Jimmi Holst Christensen1-8/+5
2020-11-10Update ci to use 0.7.0Gravatar Jimmi Holst Christensen1-2/+2
2020-11-10Update ci to use 0.7.0Gravatar Jimmi Holst Christensen1-2/+2
2019-10-06Update main.ymlGravatar Jimmi Holst Christensen1-0/+24