Switch to Gitea actions

This commit is contained in:
2025-01-22 14:07:40 +09:00
parent 7292d32d8a
commit c1e484cf20
2 changed files with 15 additions and 37 deletions
+15
View File
@@ -0,0 +1,15 @@
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: eunit
run: |
. /opt/act_runner/erts/27.2/activate
make
./rebar3 eunit