zdoom-macos-deps/.github/workflows/test.yml
2021-08-05 10:10:51 +03:00

15 lines
407 B
YAML

name: Test Libraries
on: [push, pull_request]
jobs:
test:
if: "!contains(github.event.head_commit.message, '[skip test]')"
runs-on: "macos-10.15"
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.1.sdk ./build.py --target=test-deps