Skip to content

Commit

Permalink
ENH: Transition CIs to GHA using ITK remote module build actions
Browse files Browse the repository at this point in the history
Transition CIs to GHA using ITK remote module build actions:
- Add the ITK remote module build GHA workflow file.
- Remove Appveyor, CircleCI and Travis CI config files.

Take advantage of the commit to add the clang format linter GHA workflow
file.

Update the `README.rst` file badges accordingly.
  • Loading branch information
jhlegarreta authored and hjmjohnson committed Nov 25, 2024
1 parent c18af28 commit bec32f3
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 111 deletions.
63 changes: 0 additions & 63 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 }}
Empty file.
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

18 changes: 6 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
The Lesion Sizing Toolkit (LSTK)
================================

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

.. |TravisCI| image:: https://travis-ci.org/InsightSoftwareConsortium/LesionSizingToolkit.svg?branch=master
:target: https://travis-ci.org/InsightSoftwareConsortium/LesionSizingToolkit
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://github.com/InsightSoftwareConsortium/LesionSizingToolkit/blob/master/LICENSE
:alt: License

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

=========== =========== ===========
Linux macOS Windows
=========== =========== ===========
|CircleCI| |TravisCI| |AppVeyor|
=========== =========== ===========

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

This file was deleted.

0 comments on commit bec32f3

Please sign in to comment.