Skip to content

Commit 0269821

Browse files
committed
ci(native): add CI configuration
1 parent 6467849 commit 0269821

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/native.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Native C++
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
tags:
8+
- '*'
9+
pull_request:
10+
branches:
11+
- main
12+
13+
jobs:
14+
native-build-test-workflow:
15+
runs-on: ubuntu-22.04
16+
17+
steps:
18+
- uses: prefix-dev/setup-pixi
19+
20+
- name: Build and Test ITK-Wasm
21+
run: |
22+
pixi run test-itk-wasm

0 commit comments

Comments
 (0)