Skip to content

Commit

Permalink
new .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
giDai7ja committed Oct 25, 2023
1 parent 9ee51f2 commit 6451ec6
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,27 @@ permissions:

jobs:

build:
build_tpnode:

runs-on: self-hosted

container:
image: erlang:24
image: ubuntu:22.04

steps:
- uses: actions/checkout@v4
- name: Compile
- name: Update
run: apt-get update -yqq
- name: Install soft
run: apt-get install -yqq cmake clang gcc git curl libssl-dev \
build-essential automake autoconf libncurses5-dev elixir \
erlang-base erlang-public-key erlang-asn1 erlang-ssl \
erlang-dev erlang-inets erlang-eunit erlang-common-test \
rebar3 git iputils-ping
- name: Compile tpnode
run: rebar3 compile
- name: Release
- name: Release tpnode
run: rebar3 release
- name: Tar
- name: Tar tpnode
run: rebar3 tar

0 comments on commit 6451ec6

Please sign in to comment.