Skip to content

Commit

Permalink
update workflow to run nif-library-rebar3
Browse files Browse the repository at this point in the history
  • Loading branch information
intjelic committed Oct 22, 2024
1 parent 42133cb commit 4a3af3e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/setup-erlang-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@ jobs:
# erlang-version: ${{ matrix.version }}
# - run: cd otp-release-erlang-mk && make rel

nif-library-rebar3:
strategy:
matrix:
platforms: [ubuntu, macos, windows]
version: [25] # [25, 26, 27]
runs-on: ${{ matrix.platforms }}-latest
steps:
- uses: actions/checkout@v4
- uses: erlangsters/setup-erlang@v1
with:
erlang-version: ${{ matrix.version }}
install-rebar3: true
- run: |
cd nif-library-rebar3
rebar3 compile
rebar3 eunit
nif-library-erlang-mk:
strategy:
matrix:
Expand Down

0 comments on commit 4a3af3e

Please sign in to comment.