Create build.yml
This commit is contained in:
parent
b0a99a749b
commit
a235255663
16
.github/workflows/build.yml
vendored
Normal file
16
.github/workflows/build.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user