"Fossies" - the Fresh Open Source Software Archive

Member "wrk-4.2.0/.github/workflows/build.yml" (7 Feb 2021, 273 Bytes) of package /linux/www/wrk-4.2.0.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Generic YAML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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