1 Commits
0.1.0 ... main

Author SHA1 Message Date
aed00324f6 dang
All checks were successful
Build / x86_64-linux-gnu (push) Successful in 22s
Build / build (push) Successful in 26s
Build / x86_64-linux-musl (push) Successful in 22s
Build / x86_64-windows (push) Successful in 22s
2025-08-05 19:59:49 +02:00

View File

@@ -3,6 +3,17 @@ run-name: ${{ gitea.actor }} is building
on: [push]
jobs:
build:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: ''
- run: wget http://172.17.0.1:8081/repository/ziglang.org/download/0.14.1/zig-x86_64-linux-0.14.1.tar.xz
- run: tar xfv zig-x86_64-linux-0.14.1.tar.xz
- run: ./zig-x86_64-linux-0.14.1/zig build -Doptimize=ReleaseSmall -Dtarget=x86_64-linux-musl
- run: ./zig-x86_64-linux-0.14.1/zig build -Doptimize=ReleaseSmall -Dtarget=x86_64-windows
release:
name: ${{ matrix.target }}
@@ -28,7 +39,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: zig-totp-${{matrix.target }}
path: zig-out
path: zig-out/bin/