diff options
| author | Dave Gauer <[email protected]> | 2021-03-12 20:13:18 -0500 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-03-12 20:13:18 -0500 |
| commit | d55545ffaf13c720dfa9d4adcc42d306fa0df155 (patch) | |
| tree | 6236fe8a011e92f5d7fb0fb74d5787473f594827 /.github | |
| parent | d560c41b59e11cb488804cbce7a7c2e0f84f8c87 (diff) | |
| parent | 2413e5060f1c9e7958f2484f6c9a0954db3b754b (diff) | |
| download | ziglings-d55545ffaf13c720dfa9d4adcc42d306fa0df155.tar.xz ziglings-d55545ffaf13c720dfa9d4adcc42d306fa0df155.zip | |
Merge branch 'mattnite-ci' into main
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/eowyn.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/workflows/eowyn.yml b/.github/workflows/eowyn.yml new file mode 100644 index 0000000..9a422b6 --- /dev/null +++ b/.github/workflows/eowyn.yml @@ -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/[email protected] + with: + version: master + + - run: patches/eowyn.sh |
