Drop failing macos tests for OTP21 and 22
This commit is contained in:
parent
82ad650674
commit
0161d92f61
@ -74,20 +74,6 @@ jobs:
|
|||||||
- setup_ubuntu:
|
- setup_ubuntu:
|
||||||
OTP_VERSION: "23.3.4.18"
|
OTP_VERSION: "23.3.4.18"
|
||||||
- run_build
|
- run_build
|
||||||
macos_1106_otp21:
|
|
||||||
executor: macos_1106
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- setup_macos:
|
|
||||||
OTP_VERSION: "21"
|
|
||||||
- run_build
|
|
||||||
macos_1106_otp22:
|
|
||||||
executor: macos_1106
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- setup_macos:
|
|
||||||
OTP_VERSION: "22"
|
|
||||||
- run_build
|
|
||||||
macos_1106_otp23:
|
macos_1106_otp23:
|
||||||
executor: macos_1106
|
executor: macos_1106
|
||||||
steps:
|
steps:
|
||||||
@ -102,6 +88,4 @@ workflows:
|
|||||||
- ubuntu_2004_otp21
|
- ubuntu_2004_otp21
|
||||||
- ubuntu_2004_otp22
|
- ubuntu_2004_otp22
|
||||||
- ubuntu_2004_otp23
|
- ubuntu_2004_otp23
|
||||||
- macos_1106_otp21
|
|
||||||
- macos_1106_otp22
|
|
||||||
- macos_1106_otp23
|
- macos_1106_otp23
|
||||||
|
9
Makefile
9
Makefile
@ -1,12 +1,13 @@
|
|||||||
REBAR=rebar3
|
REBAR3 ?= $(shell test -e `which rebar3` 2>/dev/null && which rebar3 || echo "./rebar3")
|
||||||
|
|
||||||
all: compile
|
all: compile
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
${REBAR} compile
|
${REBAR3} compile
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
${REBAR} clean
|
${REBAR3} clean
|
||||||
|
@rm -fr c_src/secp256k1
|
||||||
|
|
||||||
test: compile
|
test: compile
|
||||||
${REBAR} eunit
|
${REBAR3} eunit
|
Loading…
x
Reference in New Issue
Block a user