Still noodling with ci
This commit is contained in:
parent
a40122dd10
commit
617ceec071
@ -48,7 +48,9 @@ commands:
|
|||||||
|
|
||||||
run_build:
|
run_build:
|
||||||
description: "Build"
|
description: "Build"
|
||||||
|
working_directory: ~/src
|
||||||
steps:
|
steps:
|
||||||
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
command: make
|
command: make
|
||||||
@ -67,21 +69,18 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- setup_ubuntu:
|
- setup_ubuntu:
|
||||||
OTP_VERSION: "22.3.4.26"
|
OTP_VERSION: "22.3.4.26"
|
||||||
- checkout
|
|
||||||
- run_build
|
- run_build
|
||||||
ubuntu_2004_otp23:
|
ubuntu_2004_otp23:
|
||||||
executor: ubuntu_2004
|
executor: ubuntu_2004
|
||||||
steps:
|
steps:
|
||||||
- setup_ubuntu:
|
- setup_ubuntu:
|
||||||
OTP_VERSION: "23.3.4.18"
|
OTP_VERSION: "23.3.4.18"
|
||||||
- checkout
|
|
||||||
- run_build
|
- run_build
|
||||||
macos_1106_otp23:
|
macos_1106_otp23:
|
||||||
executor: macos_1106
|
executor: macos_1106
|
||||||
steps:
|
steps:
|
||||||
- setup_macos:
|
- setup_macos:
|
||||||
OTP_VERSION: "23"
|
OTP_VERSION: "23"
|
||||||
- checkout
|
|
||||||
- run_build
|
- run_build
|
||||||
nix_alpine:
|
nix_alpine:
|
||||||
executor: nix_alpine_ci
|
executor: nix_alpine_ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user