summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
blob: eb953db2ea4f5a40222897b68f4e28f94cd301fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: windows

on: [push]

jobs:
  build:

    runs-on: windows-latest

    steps:
    - uses: actions/checkout@v1
    - name: build
      run: .\windows\build.ps1