Skip to content

Commit

Permalink
Create ci_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon committed Jun 6, 2021
1 parent b12ff26 commit fb1f504
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci_build.yml
@@ -0,0 +1,20 @@
name: CI Build

on:
push:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2

- name: Build
run: set -o pipefail && curl --fail --location https://raw.githubusercontent.com/MiSTer-unstable-nightlies/Build-Automation_MiSTer/main/build.sh | bash -
env:
REPOSITORY: ${{ github.repository }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISPATCH_TOKEN: ${{ secrets.BUILD_AUTOMATION_DISPATCH_TOKEN }}
WEBHOOK_URL: ${{ secrets.DISCORD_NIGHTLIES_WEBHOOK_URL }}

0 comments on commit fb1f504

Please sign in to comment.