Skip to content

mix: do not invoke archive.build.all #105

mix: do not invoke archive.build.all

mix: do not invoke archive.build.all #105

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
rmqref:
- v3.12.x
steps:
- uses: actions/checkout@v2
- name: Install Erlang and Elixir
run: |
sudo add-apt-repository ppa:rabbitmq/rabbitmq-erlang
sudo apt update
sudo apt install -y erlang elixir
- name: Run tests
run: |
make current_rmq_ref=${{ matrix.rmqref }}
make tests current_rmq_ref=${{ matrix.rmqref }}
- name: Build distribution files
run: |
DIST_AS_EZS=yes make dist current_rmq_ref=${{ matrix.rmqref }}
- name: Store build artifacts
uses: actions/upload-artifact@v3
with:
name: plugins
path: plugins/