Still noodling with ci
This commit is contained in:
parent
617ceec071
commit
252a1cfeae
@ -29,9 +29,13 @@ commands:
|
|||||||
- run:
|
- run:
|
||||||
name: Install OTP
|
name: Install OTP
|
||||||
command: |
|
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
|
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
|
tar -zxf otp-src.tar.gz --strip-components=1
|
||||||
./otp_build autoconf && ./configure && make -j$(nproc) && sudo make install
|
./otp_build autoconf && ./configure && make -j$(nproc) && sudo make install
|
||||||
|
cd ..
|
||||||
|
rm -fr otp_src
|
||||||
|
|
||||||
setup_macos:
|
setup_macos:
|
||||||
description: "Setup macos environment"
|
description: "Setup macos environment"
|
||||||
@ -48,7 +52,6 @@ commands:
|
|||||||
|
|
||||||
run_build:
|
run_build:
|
||||||
description: "Build"
|
description: "Build"
|
||||||
working_directory: ~/src
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user