Skip to content

Commit

Permalink
Alpine CI
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed Oct 9, 2024
1 parent 3d59fb9 commit 6a377c1
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .builds/alpine.yml
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

0 comments on commit 6a377c1

Please sign in to comment.