Skip to content

Commit

Permalink
ahlap
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsIrl committed Aug 9, 2024
1 parent dbd1613 commit de3b084
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,15 @@ jobs:
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- run: zig fmt --check .
- run: zig fmt --check .
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- run: apt install autoconf libtool pkg-config make libzstd-dev libfuse3-dev meson golang-go
- zig build -Doptimize=ReleaseSafe -Dtarget=x86_64-linux-musl
- zig-out/bin/dockerc --image docker://hello-world --output enlo
- ./enlo

0 comments on commit de3b084

Please sign in to comment.