1
0
mirror of https://github.com/wg/wrk synced 2026-05-17 03:02:32 +08:00

configure github actions

This commit is contained in:
Will
2021-02-07 15:54:17 +09:00
Unverified
parent 0896020a2a
commit c7698504a9
3 changed files with 17 additions and 52 deletions
+17
View File
@@ -0,0 +1,17 @@
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