Create build.yml

This commit is contained in:
Daniel Stankewitz 2019-12-27 23:43:46 +01:00 committed by GitHub
parent b0a99a749b
commit a235255663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: CI
on:
schedule:
- cron: "0 2 * * *"
jobs:
build:
runs-on: windows-latest
steps:
- name: Build it!
run: |
choco install msys2
dir