-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d59fb9
commit 6a377c1
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
image: alpine/3.20 | ||
packages: | ||
- opus-dev | ||
#- libdatachannel-dev | ||
- libstrophe-dev | ||
- libc++-dev | ||
- musl-dev | ||
- alpine-sdk | ||
sources: | ||
- https://git.sr.ht/~singpolyma/snikket-sdk | ||
- https://gitlab.alpinelinux.org/anjandev/aports.git#haxe | ||
tasks: | ||
- keygen: | | ||
abuild-keygen -a -i -n | ||
- plog-dev: | | ||
cd aports/community/plog | ||
abuild -r | ||
- libdatachannel: | | ||
cd aports/community/libdatachannel | ||
abuild -r | ||
- neko: | | ||
cd aports/testing/neko | ||
abuild -r | ||
- haxe: | | ||
cd aports/testing/haxe | ||
abuild -r | ||
- xlocale: | | ||
doas ln -s /usr/include/locale.h /usr/include/xlocale.h | ||
- haxelib: | | ||
haxelib install datetime | ||
haxelib install haxe-strings | ||
haxelib install hsluv | ||
haxelib install tink_http | ||
haxelib install sha | ||
haxelib install thenshim | ||
- make: | | ||
cd snikket-sdk | ||
make |