mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
add test workflow
This commit is contained in:
parent
da08b983e0
commit
83971168e3
1 changed files with 15 additions and 0 deletions
15
.github/workflows/test.yml
vendored
Normal file
15
.github/workflows/test.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: Test Libraries
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: ${{ matrix.config.name }}
|
||||
runs-on: "macos-latest"
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Prepare
|
||||
run: ./build.py --target=clean-deps
|
||||
- name: Run tests
|
||||
run: test/test.py
|
||||
|
Loading…
Reference in a new issue