Merge branch 'master' into sh-switch-to-c-nif
This commit is contained in:
commit
bf0ab982e7
@ -1,12 +1,12 @@
|
|||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
executors:
|
executors:
|
||||||
ubuntu_1804:
|
ubuntu_2004:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/buildpack-deps:bionic
|
- image: circleci/buildpack-deps:20.04
|
||||||
macos_1013:
|
macos_1106:
|
||||||
macos:
|
macos:
|
||||||
xcode: "10.0.0"
|
xcode: "13.2.1"
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
setup_ubuntu:
|
setup_ubuntu:
|
||||||
@ -14,7 +14,6 @@ commands:
|
|||||||
parameters:
|
parameters:
|
||||||
OTP_VERSION:
|
OTP_VERSION:
|
||||||
type: string
|
type: string
|
||||||
default: "20.3.8.23"
|
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Setup environment
|
name: Setup environment
|
||||||
@ -37,7 +36,6 @@ commands:
|
|||||||
parameters:
|
parameters:
|
||||||
OTP_VERSION:
|
OTP_VERSION:
|
||||||
type: string
|
type: string
|
||||||
default: "20"
|
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Setup environment
|
name: Setup environment
|
||||||
@ -55,37 +53,55 @@ commands:
|
|||||||
make
|
make
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu_1804_otp20:
|
ubuntu_2004_otp21:
|
||||||
executor: ubuntu_1804
|
executor: ubuntu_2004
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- setup_ubuntu
|
|
||||||
- run_build
|
|
||||||
ubuntu_1804_otp21:
|
|
||||||
executor: ubuntu_1804
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_ubuntu:
|
- setup_ubuntu:
|
||||||
OTP_VERSION: "21.0"
|
OTP_VERSION: "21.3.8.24"
|
||||||
- run_build
|
- run_build
|
||||||
macos_1013_otp20:
|
ubuntu_2004_otp22:
|
||||||
executor: macos_1013
|
executor: ubuntu_2004
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_macos
|
- setup_ubuntu:
|
||||||
|
OTP_VERSION: "22.3.4.26"
|
||||||
- run_build
|
- run_build
|
||||||
macos_1013_otp21:
|
ubuntu_2004_otp23:
|
||||||
executor: macos_1013
|
executor: ubuntu_2004
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- setup_ubuntu:
|
||||||
|
OTP_VERSION: "23.3.4.18"
|
||||||
|
- run_build
|
||||||
|
macos_1106_otp21:
|
||||||
|
executor: macos_1106
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_macos:
|
- setup_macos:
|
||||||
OTP_VERSION: "21"
|
OTP_VERSION: "21"
|
||||||
- run_build
|
- run_build
|
||||||
|
macos_1106_otp22:
|
||||||
|
executor: macos_1106
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- setup_macos:
|
||||||
|
OTP_VERSION: "22"
|
||||||
|
- run_build
|
||||||
|
macos_1106_otp23:
|
||||||
|
executor: macos_1106
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- setup_macos:
|
||||||
|
OTP_VERSION: "23"
|
||||||
|
- run_build
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- ubuntu_1804_otp20
|
- ubuntu_2004_otp21
|
||||||
- ubuntu_1804_otp21
|
- ubuntu_2004_otp22
|
||||||
- macos_1013_otp20
|
- ubuntu_2004_otp23
|
||||||
- macos_1013_otp21
|
- macos_1106_otp21
|
||||||
|
- macos_1106_otp22
|
||||||
|
- macos_1106_otp23
|
||||||
|
Loading…
x
Reference in New Issue
Block a user