Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Sane, simple release creation for Erlang

License

NotificationsYou must be signed in to change notification settings

erlware/relx

Repository files navigation

Cirrus CI - Task and Script Build Status

Relx

Relx is a library that assembles Erlang/OTP releases. Given a releasespecification and a list of directories in which to search for OTPapplications it will generate a release output.

It is generally used through the Erlang/OTP build toolrebar3 which provides a cli interface.

Documentation

relx is a library used byrebar3. Documentation onusingrebar3 for building releases withrelx can be found onrebar3.org.

Also seeAdopting Erlang's Releaseschapter.

Building and Testing

Common Test suites can be run withrebar3:

$ rebar3 compile$ rebar3 ct

Tests for the start scripts that are generated byrelx are tested withshelltestrunner.

The scriptshelltests/run_tests.sh will clonerebar3 main and build itwith the currentrelx as a checkout dependency and then run the tests usingthatrebar3 escript:

$ shelltests/run_tests.sh

[8]ページ先頭

©2009-2025 Movatter.jp