Merging upstream version 0.0.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7fd6727a6e
commit
cadd0aacb5
9 changed files with 761 additions and 834 deletions
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
|
@ -9,6 +9,14 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
jobs:
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt-get install -y make clang-format
|
||||
- run: make lint
|
||||
- run: git diff --exit-code
|
||||
|
||||
build-with-gcc:
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -30,7 +38,7 @@ jobs:
|
|||
path: ~/.cache/zig
|
||||
- run: |
|
||||
wget --progress=dot:mega \
|
||||
https://ziglang.org/download/0.11.0/zig-linux-$(uname -m)-0.11.0.tar.xz
|
||||
https://ziglang.org/download/0.12.0/zig-linux-$(uname -m)-0.12.0.tar.xz
|
||||
tar -xJf zig-linux-*.tar.xz
|
||||
rm zig-linux-*.xz
|
||||
mv zig-linux-* zig-sdk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue