Add erlang binding (#54)
* add erlang support * add erlang support for windows * add erlang ci for linux and windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user