add go support (#59)
This commit is contained in:
@@ -55,6 +55,12 @@ jobs:
|
||||
cd erlang
|
||||
rebar3 compile
|
||||
rebar3 eunit
|
||||
- name: build-test-golang
|
||||
run: |
|
||||
cd go
|
||||
go build -o ruapu-go
|
||||
./ruapu-go
|
||||
|
||||
|
||||
macos:
|
||||
runs-on: macos-latest
|
||||
@@ -79,6 +85,11 @@ jobs:
|
||||
cd rust
|
||||
cargo build --verbose
|
||||
cargo test --verbose
|
||||
- name: build-test-golang
|
||||
run: |
|
||||
cd go
|
||||
go build -o ruapu-go
|
||||
./ruapu-go
|
||||
|
||||
macos-arm64:
|
||||
runs-on: macos-14
|
||||
@@ -103,6 +114,14 @@ jobs:
|
||||
cd rust
|
||||
cargo build --verbose
|
||||
cargo test --verbose
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.21.x
|
||||
- name: build-test-golang
|
||||
run: |
|
||||
cd go
|
||||
go build -o ruapu-go
|
||||
./ruapu-go
|
||||
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
@@ -142,6 +161,11 @@ jobs:
|
||||
cd erlang
|
||||
rebar3 compile
|
||||
rebar3 eunit
|
||||
- name: build-test-golang
|
||||
run: |
|
||||
cd go
|
||||
go build -o ruapu-go.exe
|
||||
./ruapu-go.exe
|
||||
|
||||
qemu:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user