summaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/eowyn.yml
blob: cfa84a4f52d7562450ec05790302544b27c0cc91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: Eowyn
on:
  pull_request:
    branches: [ main ]
  schedule:
    - cron: "0 0 * * *"
  workflow_dispatch:

defaults:
  run:
    shell: bash

jobs:
  build:
    strategy:
      matrix:
        os: [ubuntu-latest, windows-latest, macos-latest]
    runs-on: ${{ matrix.os }}
    timeout-minutes: 60
    steps:
    - uses: actions/checkout@v3
    - name: Setup Zig
      uses: goto-bus-stop/setup-zig@v2
      with:
        version: master

    - run: patches/eowyn.sh