Skip to content

Improved location claim algorithm #76

Improved location claim algorithm

Improved location claim algorithm #76

Workflow file for this run

name: Erlang CI
on:
push:
branches: [ develop-3.0 ]
pull_request:
branches: [ develop-3.0 ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:22.3.3
steps:
- uses: lukka/get-cmake@latest
- uses: actions/checkout@v2
- name: Compile
run: ./rebar3 compile
- name: Run xref and dialyzer
run: ./rebar3 do xref, dialyzer
- name: Run eunit
run: ./rebar3 as gha do eunit