Skip to content

Commit

Permalink
Perform housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettgoble committed Apr 2, 2024
1 parent 6638989 commit 54bb6e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,24 @@
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
runs-on: ${{ matrix.os }}
steps:
- name: Install macOS dependencies
if: runner.os == 'macOS'
run: brew install automake

- 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
8 changes: 0 additions & 8 deletions BuildParams

This file was deleted.

Empty file added README.md
Empty file.

0 comments on commit 54bb6e9

Please sign in to comment.