Skip to content

Commit

Permalink
Windows CI
Browse files Browse the repository at this point in the history
Signed-off-by: Cédrik Fuoco <[email protected]>
  • Loading branch information
cedrik-fuoco-adsk committed Aug 26, 2024
1 parent 39eace1 commit 7890923
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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
with:
submodules: recursive
- run: ls -al

0 comments on commit 7890923

Please sign in to comment.