mirror of
https://github.com/wg/wrk
synced 2026-05-16 18:52:32 +08:00
configure github actions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user