Skip to content

Commit

Permalink
chore: cleanup/doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSauder committed Oct 5, 2024
1 parent 772ca98 commit cb1579f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 105 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ jobs:
uses: mlugg/setup-zig@v1
with:
version: ${{ inputs.zig-version }}
# Build/Package the project. The working directory is for building
# sub-projects.
- name: Build
run: |
zig build ${{ inputs.zig-args }}
Expand Down
88 changes: 0 additions & 88 deletions .github/workflows/zig-build-base.yml

This file was deleted.

18 changes: 1 addition & 17 deletions .github/workflows/zig-master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,13 @@ on:

# A simple workflow that will, upon a push or PR to zig-master, build microzig
jobs:
# No we don't need this still, I'm just happy about figuring out the jq query
# (I don't want to hear that it is simple, I think it's cool xD)
# get-branch:
# runs-on: ubuntu-latest
# outputs:
# ref: ${{ steps.gmrp.outputs.ref }}
# steps:
# - name: checkout
# uses: actions/checkout@v4
# - name: get-most-recent-pr
# id: gmrp
# run: |
# echo "ref=$(gh pr list -B zig-master --limit 30 --json headRefName,number -q '[.[] | select(.headRefName | startswith("master-patch"))] | max_by(.number) | .headRefName')" >> $GITHUB_OUTPUT
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build-microzig-master-post-pr:
name: Build with master
uses: ./.github/workflows/build-base.yml
with:
zig-version: master
get-submodules: true
is-packaged: true
artifact-output-paths: boxzer-out
is-packaged: false
zig-args: -Doptimize=ReleaseSmall
secrets:
downloads-url: ${{ secrets.DOWNLOADS_URL }}

0 comments on commit cb1579f

Please sign in to comment.