added eowyn build for running against master every day

This commit is contained in:
Matt Knight 2021-03-06 15:15:26 -08:00
parent 7573ea4843
commit a78e39a73a

25
.github/workflows/eowyn.yml vendored Normal file
View file

@ -0,0 +1,25 @@
name: Eowyn
on:
pull_request:
branches: [ main ]
schedule:
- cron: "0 0 * * *"
defaults:
run:
shell: bash
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1.3.0
with:
version: master
- run: patches/eowyn.sh