Torque3D/Engine/lib/lpng/.github/workflows/verify-macos.yml
marauder2k7 5d644b4ffb update libpng
update libpng, the repo now requires a vcpkg setup for integrating but skipping the install step should allow it to work for windows an linux, mac might need more
2025-12-31 20:11:14 +00:00

26 lines
513 B
YAML

name: Verifying libpng on macOS
on:
push:
branches:
- libpng16
- libpng18
pull_request:
branches:
- libpng16
- libpng18
jobs:
verify-macos:
runs-on: macos-latest
timeout-minutes: 10
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: Run the CMake verification script
run: bash ./ci/ci_verify_cmake.sh
env:
CI_CMAKE_GENERATOR: Xcode
CI_CMAKE_BUILD_FLAGS: -j2
CI_CTEST_FLAGS: -j2