Skip to content

add windows and macos ci #1

add windows and macos ci

add windows and macos ci #1

Workflow file for this run

name: Windows Workflow
on:
push:
branches:
- release*
tags:
- v*
- nightly
pull_request:
types: [opened, synchronize, reopened, labeled]
branches:
- main
paths-ignore:
- '**/*.md'
labels:
- windows
jobs:
build:
runs-on: windows-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Run PowerShell script
run: |
.\scripts\install.ps1
shell: pwsh