zdoom-macos-deps/.github/workflows/test.yml

16 lines
407 B
YAML
Raw Normal View History

2020-12-26 10:05:07 +00:00
name: Test Libraries
on: [push, pull_request]
jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
2020-12-26 10:05:07 +00:00
runs-on: "macos-latest"
steps:
- uses: actions/checkout@v1
- name: Run tests
run: |
# Remove SDKROOT when 11.0+ SDK will become the default one
SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk ./build.py --target=test-deps