Skip to content

Commit 16b7de6

Browse files
committed
Import ini parsing lib as git submodule
1 parent ff34da9 commit 16b7de6

File tree

19 files changed

+8
-847
lines changed

19 files changed

+8
-847
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
with:
1010
fetch-depth: 0
1111
fetch-tags: true
12+
submodules: recursive
13+
- name: Verify submodules
14+
run: git submodule status --recursive
1215
- name: Set up Zig
1316
uses: goto-bus-stop/setup-zig@v2
1417
with:

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "lib/ini"]
2+
path = lib/ini
3+
url = https://github.com/ziglibs/ini

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

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

78
a dev build for a native arch linux host running Xorg can be compiled simply

lib/ini

Submodule ini added at 19e1210

lib/ini/.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

lib/ini/.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/ini/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

lib/ini/LICENCE

Lines changed: 0 additions & 19 deletions
This file was deleted.

lib/ini/README.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

lib/ini/build.zig

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)