Skip to content

Commit 0dea2a4

Browse files
authored
Cleanup for release (#91)
1 parent 911eb6b commit 0dea2a4

File tree

5 files changed

+5
-57
lines changed

5 files changed

+5
-57
lines changed

.eqc_ci

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/checkall.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Check All
22
run-name: triggered by ${{ github.actor }}
33
on: [push]
4-
#push:
5-
# branches: [ $default-branch ]
6-
#pull_request:
7-
# branches: [ $default-branch ]
84

95
permissions:
106
contents: read
@@ -27,4 +23,4 @@ jobs:
2723
- name: Test
2824
run: rebar3 eunit
2925
- name: Check
30-
run: rebar3 dialyzer
26+
run: rebar3 do xref, dialyzer

EQC_CI_LICENCE.txt

Lines changed: 0 additions & 34 deletions
This file was deleted.

Makefile

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1-
.PHONY: compile clean check-all test
1+
.PHONY: all clean
22

33
REBAR=rebar3
44

5-
all: compile
6-
7-
compile:
8-
@$(REBAR) compile
9-
10-
test:
11-
@$(REBAR) eunit
12-
5+
all:
6+
@$(REBAR) do compile, eunit, dialyzer, xref
137
clean:
148
@$(REBAR) clean
15-
16-
dialyzer:
17-
@$(REBAR) dialyzer
18-
19-
check-all: test dialyzer

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Prerequisites for runtime
66

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

1010
## edit rebar.config to use in your application

0 commit comments

Comments
 (0)