Skip to content

Commit

Permalink
ci(native): add CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 10, 2024
1 parent 6467849 commit 0269821
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Native C++

on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main

jobs:
native-build-test-workflow:
runs-on: ubuntu-22.04

steps:
- uses: prefix-dev/setup-pixi

- name: Build and Test ITK-Wasm
run: |
pixi run test-itk-wasm

0 comments on commit 0269821

Please sign in to comment.