Skip to content

Commit

Permalink
Merge pull request #1224 from thewtex/native-ci
Browse files Browse the repository at this point in the history
ci(native): add CI configuration
  • Loading branch information
thewtex authored Sep 11, 2024
2 parents 604d76b + 0269821 commit 8f891bd
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 8f891bd

Please sign in to comment.