comparison third_party/wrk/.github/workflows/build.yml @ 178:94705b5986b3

[ThirdParty] Added WRK and luajit for load testing.
author MrJuneJune <me@mrjunejune.com>
date Thu, 22 Jan 2026 20:10:30 -0800
parents
children
comparison
equal deleted inserted replaced
177:24fe8ff94056 178:94705b5986b3
1 name: build
2
3 on:
4 push:
5
6 jobs:
7 build:
8 runs-on: ${{ matrix.builder }}
9 strategy:
10 matrix:
11 builder: [macos-latest, ubuntu-latest]
12 steps:
13 - uses: actions/checkout@v2
14 with:
15 fetch-depth: 0
16 - name: build
17 run: make