1
0
mirror of https://github.com/wg/wrk synced 2025-02-02 13:12:57 +08:00
wrk/.github/workflows/build.yml
2021-02-07 15:54:17 +09:00

18 lines
273 B
YAML

name: build
on:
push:
jobs:
build:
runs-on: ${{ matrix.builder }}
strategy:
matrix:
builder: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: build
run: make