Skip to content

Commit 05c945d

Browse files
Add verify-build workflow for CI process
Signed-off-by: Thomas Ray <the3dvehicleguy@gmail.com>
1 parent af037b7 commit 05c945d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/verify-build.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Verify Build
2+
3+
on:
4+
push:
5+
branches:
6+
- '*'
7+
paths:
8+
- 'xplib/**'
9+
- 'scripts/**'
10+
- 'CMakeLists.txt'
11+
- 'tests/**'
12+
- 'cmake/**'
13+
- '.github/workflows/build.yml'
14+
15+
jobs:
16+
build:
17+
uses: ./.github/workflows/build.yml
18+
secrets: inherit

0 commit comments

Comments
 (0)