Skip to content

Windows CI

Windows CI #2

Workflow file for this run

name: OpenRV
on:
push:
branches:
- 'feature/**'
paths:
- .github/workflows/ci.yml
pull_request:
branches:
- 'feature/**'
paths:
- .github/workflows/ci.yml
jobs:
build-windows:
runs-on: windows-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "$(cat rvcmds.sh)"