1
0
mirror of synced 2025-07-29 11:01:13 +03:00
Files
cpp-httplib/.github/workflows/test.yaml
2019-09-20 01:07:09 -04:00

18 lines
263 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@v1
- name: make
run: cd test && make