Skip to content

add github action.

add github action. #1

Workflow file for this run

name: windows
on:
push:
branches:
- master
- 'feature/**'
paths:
- 'src/**'
- '.github/workflows/windows.yml'
pull_request:
branches: [master]
paths:
- 'src/**'
- '.github/workflows/windows.yml'
concurrency:
group: windows-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
windows_build_test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1
- name: build
run: powershell .\script\windows_build.ps1
- name: test
run: dir build