Skip to content

Improve documentation and add an ios build script (#549) #549

Improve documentation and add an ios build script (#549)

Improve documentation and add an ios build script (#549) #549

name: linux
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: seanmiddleditch/gha-setup-ninja@master
- name: make test
run: make -f makefile.dev test