Skip to content

Commit

Permalink
Update for OpenRiak
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Sep 26, 2024
1 parent 61c50bb commit 52f9f69
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
29 changes: 17 additions & 12 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,36 @@ name: Erlang CI

on:
push:
branches: [ develop-3.2 ]
branches:
- nhse-develop
- nhse-develop-3.2
- nhse-develop-3.4
pull_request:
branches: [ develop-3.2 ]

branches:
- nhse-develop
- nhse-develop-3.2
- nhse-develop-3.4

jobs:

build:

runs-on: ubuntu-latest
name: Test on ${{ matrix.os }} with OTP ${{ matrix.otp }}
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
otp:
- "25.1"
- "24.3"
- "22.3"

container:
image: erlang:${{ matrix.otp }}
otp: [24]
os: [ubuntu-latest]

steps:
- uses: lukka/get-cmake@latest
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Erlang/OTP
uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
- name: Compile
run: ./rebar3 compile
- name: Run xref and dialyzer
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

{deps,
[
{ibrowse, {git, "https://github.com/nhs-riak/ibrowse.git", {branch, "nhse-develop"}}},
{ibrowse, {git, "https://github.com/OpenRiak/ibrowse.git", {branch, "nhse-develop"}}},

{webmachine, {git, "https://github.com/webmachine/webmachine.git", {branch, "main"}}},
{mochiweb, {git, "https://github.com/nhs-riak/mochiweb.git", {branch, "nhse-develop"}}},
{mochiweb, {git, "https://github.com/OpenRiak/mochiweb.git", {branch, "nhse-develop"}}},

{riakc, {git, "https://github.com/nhs-riak/riak-erlang-client", {branch, "nhse-develop"}}}
]}.
Expand Down

0 comments on commit 52f9f69

Please sign in to comment.