Skip to content

Commit

Permalink
Cleanup for release (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi authored Jan 25, 2023
1 parent 911eb6b commit 0dea2a4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 57 deletions.
3 changes: 0 additions & 3 deletions .eqc_ci

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/checkall.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Check All
run-name: triggered by ${{ github.actor }}
on: [push]
#push:
# branches: [ $default-branch ]
#pull_request:
# branches: [ $default-branch ]

permissions:
contents: read
Expand All @@ -27,4 +23,4 @@ jobs:
- name: Test
run: rebar3 eunit
- name: Check
run: rebar3 dialyzer
run: rebar3 do xref, dialyzer
34 changes: 0 additions & 34 deletions EQC_CI_LICENCE.txt

This file was deleted.

17 changes: 3 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
.PHONY: compile clean check-all test
.PHONY: all clean

REBAR=rebar3

all: compile

compile:
@$(REBAR) compile

test:
@$(REBAR) eunit

all:
@$(REBAR) do compile, eunit, dialyzer, xref
clean:
@$(REBAR) clean

dialyzer:
@$(REBAR) dialyzer

check-all: test dialyzer
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Prerequisites for runtime

[Erlang/OTP](http://erlang.org/), >= 17.0 Also based on
[Erlang/OTP](http://erlang.org/), >= 22.0 Also based on
[the new msgpack spec 0b8f5a](https://github.com/msgpack/msgpack/blob/0b8f5ac67cdd130f4d4d4fe6afb839b989fdb86a/spec.md).

## edit rebar.config to use in your application
Expand Down

0 comments on commit 0dea2a4

Please sign in to comment.