Skip to content

Commit

Permalink
Merge pull request #14 from jhlegarreta/TransitionCIBuildsToGHA
Browse files Browse the repository at this point in the history
ENH: Transition CIs to GHA using ITK remote module build actions
  • Loading branch information
thewtex authored Sep 7, 2024
2 parents 4d50390 + fe03572 commit 3111018
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 114 deletions.
65 changes: 0 additions & 65 deletions .circleci/config.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build, test, package

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

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
secrets:
pypi_password: ${{ secrets.pypi_password }}
12 changes: 12 additions & 0 deletions .github/workflows/clang-format-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: clang-format linter

on: [push,pull_request]

jobs:
lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

19 changes: 6 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
ITKIOTransformDCMTK
===================

.. |CircleCI| image:: https://circleci.com/gh/InsightSoftwareConsortium/ITKIOTransformDCMTK.svg?style=shield
:target: https://circleci.com/gh/InsightSoftwareConsortium/ITKIOTransformDCMTK
.. image:: https://github.com/InsightSoftwareConsortium/ITKIOTransformDCMTK/actions/workflows/build-test-package.yml/badge.svg
:target: https://github.com/InsightSoftwareConsortium/ITKIOTransformDCMTK/actions/workflows/build-test-package.yml
:alt: Build Status

.. |TravisCI| image:: https://travis-ci.org/InsightSoftwareConsortium/ITKIOTransformDCMTK.svg?branch=master
:target: https://travis-ci.org/InsightSoftwareConsortium/ITKIOTransformDCMTK

.. |AppVeyor| image:: https://img.shields.io/appveyor/ci/itkrobot/itkiotransformdcmtk.svg
:target: https://ci.appveyor.com/project/itkrobot/itkiotransformdcmtk

=========== =========== ===========
Linux macOS Windows
=========== =========== ===========
|CircleCI| |TravisCI| |AppVeyor|
=========== =========== ===========
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://github.com/InsightSoftwareConsortium/ITKIOTransformDCMTK/blob/master/LICENSE
:alt: License


Overview
Expand Down
21 changes: 0 additions & 21 deletions appveyor.yml

This file was deleted.

0 comments on commit 3111018

Please sign in to comment.