IXWebSocket/.github/workflows/unittest_linux.yml

15 lines
254 B
YAML
Raw Normal View History

name: linux
on:
push:
paths-ignore:
- 'docs/**'
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
2020-11-11 11:11:34 -08:00
- uses: seanmiddleditch/gha-setup-ninja@master
- name: make test
2020-12-22 21:45:26 -08:00
run: make -f makefile.dev test