Skip to content

Commit

Permalink
Boost 1.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettgoble committed Mar 31, 2024
1 parent 720427f commit bcc17d1
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 529 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
name: Build
on: [push]
on:
pull_request:
push:
branches: [main]
tags: [v*]
jobs:
build:
strategy:
matrix:
os: [windows-2022, macos-11, ubuntu-22.04]
addrsize: ["64"]
include:
- os: windows-2022
addrsize: "32"
continue-on-error: false
os: [windows-2022, macos-13, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: secondlife/action-autobuild@v3
with:
addrsize: ${{ matrix.addrsize }}
release:
needs: build
runs-on: [ubuntu-latest]
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: secondlife/action-autobuild-release@v3
with:
public: true
3 changes: 2 additions & 1 deletion .hgignore → .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
syntax glob
stage/
build/
.vs/
x64/
7 changes: 0 additions & 7 deletions BuildParams

This file was deleted.

Loading

0 comments on commit bcc17d1

Please sign in to comment.