Skip to content

Add auto-build of xmq for testing. #8

Add auto-build of xmq for testing.

Add auto-build of xmq for testing. #8

Workflow file for this run

name: Build Ubuntu
on:
push:
branches:
- 'main'
tags:
- '[0-9]+.[0-9]+.[0-9]+_beta'
- '[0-9]+.[0-9]+.[0-9]+_candidate'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: MAKE
run: make
- id: TEST
run: make test