cpp-httplib/.github/workflows/test.yaml
2019-09-20 00:01:05 -04:00

18 lines
267 B
YAML

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-latest, ubuntu-latest]
steps:
- name: checkout
uses: actions/checkout@master
- name: make
run: cd test && make