Skip to content

Commit

Permalink
Update libpng to 1.6.43
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettgoble committed Mar 31, 2024
1 parent 64313d0 commit 9ed0829
Show file tree
Hide file tree
Showing 510 changed files with 89 additions and 176,619 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
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"
runs-on: ${{ matrix.os }}
steps:
- uses: secondlife/action-autobuild@v3
with:
addrsize: ${{ matrix.addrsize }}
release:
needs: build
runs-on: [ubuntu-latest]
Expand Down
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@

# https://www.atlassian.com/git/tutorials/saving-changes/gitignore

stage

*.tar.*
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "libpng"]
path = libpng
url = https://github.com/pnggroup/libpng.git
9 changes: 0 additions & 9 deletions BuildParams

This file was deleted.

Loading

0 comments on commit 9ed0829

Please sign in to comment.