Skip to content

On the serf-1.3.x branch: Bump version to 1.3.11. Should have done this #401

On the serf-1.3.x branch: Bump version to 1.3.11. Should have done this

On the serf-1.3.x branch: Bump version to 1.3.11. Should have done this #401

Workflow file for this run

name: Linux
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "trunk" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ "ubuntu-latest", "ubuntu-22.04" ]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Install prerequisites
run: |
sudo apt-get update
sudo apt-get install scons libapr1 libapr1-dev libaprutil1 libaprutil1-dev zlib1g zlib1g-dev libssl-dev
- uses: actions/checkout@v6
- name: Build
run: scons
- name: Check
run: scons check