summaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cicd: Only depend on major versionsGravatar Jimmi Holst Christensen2024-02-022-3/+3
|
* Add autodoc websiteGravatar Abhinav Gupta2024-01-021-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.
* ci: Disable ReleaseSmall buildsGravatar Komari Spaghetti2023-04-171-1/+1
|
* Delete dependabot.yml. We don't have dependeciesGravatar Jimmi Holst Christensen2023-02-281-8/+0
|
* ci: Rename release to optimizeGravatar Jimmi Holst Christensen2023-02-061-2/+2
|
* use new syntax for optimizationsGravatar Mike Rivnak2023-02-061-2/+2
|
* Fix cicdGravatar Jimmi Holst Christensen2022-12-091-1/+1
|
* Update to newest version of zigGravatar Jimmi Holst Christensen2022-12-091-1/+0
|
* Don't iterate all configs in build scriptGravatar Jimmi Holst Christensen2022-11-151-1/+4
| | | | Instead, cicd will now have a job for every configuration
* Bump goto-bus-stop/setup-zig from 1.3.0 to 2.0.1Gravatar dependabot[bot]2022-11-081-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>
* Bump actions/checkout from 2.4.0 to 3Gravatar dependabot[bot]2022-03-021-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>
* Update usage of process.ArgIterator to be inline with newest zigGravatar Jimmi Holst Christensen2021-12-291-1/+4
| | | | | Also add windows CI, as this compiler error was only triggered on windows builds
* Master branch now follows zig masterGravatar Komari Spaghetti2021-12-211-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
* Merge branch 'zig-master'Gravatar Komari Spaghetti2021-12-211-2/+2
|\
| * Update CI to zig masterGravatar Sirius9022021-07-251-2/+2
| |
* | Bump actions/checkout from 2.3.5 to 2.4.0Gravatar dependabot[bot]2021-11-031-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>
* | Bump actions/checkout from 2.3.4 to 2.3.5Gravatar dependabot[bot]2021-10-181-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>
* ci: Use zig 0.8.0Gravatar Komari Spaghetti2021-06-051-2/+2
|
* Bump goto-bus-stop/setup-zig from v1.2.5 to v1.3.0Gravatar dependabot[bot]2020-11-291-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>
* Create Dependabot config fileGravatar dependabot-preview[bot]2020-11-291-0/+8
|
* Run CI on PRGravatar Jimmi Holst Christensen2020-11-161-1/+4
|
* Update ciGravatar Jimmi Holst Christensen2020-11-101-8/+5
|
* Update ci to use 0.7.0Gravatar Jimmi Holst Christensen2020-11-101-2/+2
|
* Create FUNDING.ymlGravatar Komari Spaghetti2020-06-171-0/+1
|
* Merge branch 'master' into zig-masterGravatar Jimmi Holst Christensen2020-04-181-3/+3
|
* Update main.ymlGravatar Jimmi Holst Christensen2019-10-061-0/+24