diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..2954a02 --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,17 @@ +name: Gajumaru Bytecode Tests +run-name: ${{ gitea.actor }} testing Gajumaru Bytecode +on: [push, workflow_dispatch] + +jobs: + tests: + runs-on: linux_amd64 + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: test + run: | + . /opt/act_runner/erts/27.2/activate + ./rebar3 compile + ./rebar3 dialyzer + ./rebar3 eunit + ./rebar3 ct diff --git a/rebar.lock b/rebar.lock new file mode 100644 index 0000000..57afcca --- /dev/null +++ b/rebar.lock @@ -0,0 +1 @@ +[]. diff --git a/rebar3 b/rebar3 new file mode 100755 index 0000000..1955cd7 Binary files /dev/null and b/rebar3 differ