Skip to content

Commit

Permalink
Merge pull request #2 from secondlife/signal/common
Browse files Browse the repository at this point in the history
Perform housekeeping, only build once
  • Loading branch information
bennettgoble authored Apr 1, 2024
2 parents 03ad0c5 + 96974c9 commit 9710cfe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 17 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
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: true
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: secondlife/action-autobuild@v3
with:
addrsize: ${{ matrix.addrsize }}
platform: common
release:
needs: build
runs-on: [ubuntu-latest]
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: secondlife/action-autobuild-release@v1
with:
public: true
- uses: secondlife/action-autobuild-release@v3
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
stage/*
*.tar.*
2 changes: 0 additions & 2 deletions BuildParams

This file was deleted.

4 changes: 3 additions & 1 deletion README.txt → README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Viewer fonts for the Emoji Project contribution from Kitty Catznip ([email protected])
# 3p-viewer-fonts

Viewer fonts for the Emoji Project contribution from Kitty Catznip ([email protected])

0 comments on commit 9710cfe

Please sign in to comment.