Create build.yml

This commit is contained in:
NaBian 2021-04-10 18:26:32 +08:00 committed by GitHub
parent 98b9808f97
commit 1b81fd5188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,14 @@
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: build
shell: pwsh
run: |
cd build
.\build.ps1