Skip to content

Commit

Permalink
ENH: Update CI for ITK 5.4.0
Browse files Browse the repository at this point in the history
Many improvements.

Also update push / PR build configuration to avoid duplicate builds.
  • Loading branch information
thewtex committed Jul 8, 2024
1 parent 999e72a commit 37f9086
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: Build, test, package

on: [push,pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@36e33ec40332bb8fd85bfcd3ee899f82aa108e79
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@36e33ec40332bb8fd85bfcd3ee899f82aa108e79
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
secrets:
pypi_password: ${{ secrets.pypi_password }}

0 comments on commit 37f9086

Please sign in to comment.