Skip to content

Update to boost 1.85.0 and enable url module build #54

Update to boost 1.85.0 and enable url module build

Update to boost 1.85.0 and enable url module build #54

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: [main]
tags: ["v*"]
jobs:
build:
strategy:
matrix:
os: [windows-large, macos-13-large, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- name: Disable autocrlf
shell: bash
if: runner.os == 'Windows'
run: git config --global core.autocrlf input
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: secondlife/action-autobuild@v3
with:
checkout: false
release:
needs: build
runs-on: [ubuntu-latest]
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: secondlife/action-autobuild-release@v3