Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
submodules: recursive
- name: Verify submodules
run: git submodule status --recursive
- name: Set up Zig
uses: goto-bus-stop/setup-zig@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "lib/ini"]
path = lib/ini
url = https://github.com/ziglibs/ini.git
shallow = true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

release build for linux/aarch64, a raspberry pi 4:

git submodule update --init --recursive
zig build -Dtarget=aarch64-linux-musl -Ddriver=fbev -Doptimize=ReleaseSafe -Dstrip

a dev build for a native arch linux host running Xorg can be compiled simply
Expand Down
1 change: 1 addition & 0 deletions lib/ini
Submodule ini added at 19e121
2 changes: 0 additions & 2 deletions lib/ini/.gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion lib/ini/.github/FUNDING.yml

This file was deleted.

2 changes: 0 additions & 2 deletions lib/ini/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions lib/ini/LICENCE

This file was deleted.

81 changes: 0 additions & 81 deletions lib/ini/README.md

This file was deleted.

73 changes: 0 additions & 73 deletions lib/ini/build.zig

This file was deleted.

10 changes: 0 additions & 10 deletions lib/ini/build.zig.zon

This file was deleted.

41 changes: 0 additions & 41 deletions lib/ini/example/example.c

This file was deleted.

9 changes: 0 additions & 9 deletions lib/ini/example/example.ini

This file was deleted.

22 changes: 0 additions & 22 deletions lib/ini/example/example.zig

This file was deleted.

64 changes: 0 additions & 64 deletions lib/ini/src/ini.h

This file was deleted.

Loading
Loading