Still noodling with ci

This commit is contained in:
Sean Hinde 2023-01-16 15:22:39 +01:00
parent 617ceec071
commit 252a1cfeae

View File

@ -29,9 +29,13 @@ commands:
- run:
name: Install OTP
command: |
mkdir otp_src
cd otp_src
curl -fsSL -o otp-src.tar.gz https://github.com/erlang/otp/archive/OTP-<< parameters.OTP_VERSION >>.tar.gz
tar -zxf otp-src.tar.gz --strip-components=1
./otp_build autoconf && ./configure && make -j$(nproc) && sudo make install
cd ..
rm -fr otp_src
setup_macos:
description: "Setup macos environment"
@ -48,7 +52,6 @@ commands:
run_build:
description: "Build"
working_directory: ~/src
steps:
- checkout
- run: