Add erlang binding (#54)

* add erlang support

* add erlang support for windows

* add erlang ci for linux and windows
This commit is contained in:
Cocoa
2024-02-29 21:42:14 +08:00
committed by GitHub
parent 683210d02f
commit a362da640a
12 changed files with 434 additions and 0 deletions
+18
View File
@@ -46,6 +46,15 @@ jobs:
cd rust
cargo build --verbose
cargo test --verbose
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
rebar3-version: "3.22.1"
- name: build-test-erlang
run: |
cd erlang
rebar3 compile
rebar3 eunit
macos:
runs-on: macos-latest
@@ -124,6 +133,15 @@ jobs:
cd rust
cargo build --verbose
cargo test --verbose
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
rebar3-version: "3.22.1"
- name: build-test-erlang
run: |
cd erlang
rebar3 compile
rebar3 eunit
qemu:
runs-on: ubuntu-latest