From 310435ae0c4c11fa0540568a0acb35dee7dfb3dc Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Mon, 9 Dec 2024 21:52:52 +0000 Subject: [PATCH] remove Travis --- .travis.yml | 48 ------------------------------------------------ README.md | 2 +- 2 files changed, 1 insertion(+), 49 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 11bf116..0000000 --- a/.travis.yml +++ /dev/null @@ -1,48 +0,0 @@ -language: cpp -addons: - apt: - packages: - - cmake - sources: - - kalakris-cmake -matrix: - include: - - os: osx - compiler: clang - env: ITK_VERSION=v5.2.0 - - os: linux - compiler: gcc - env: ITK_VERSION=v5.2.0 -cache: -- directories: - - $HOME/itk-v5.2.0-build - - $HOME/itk-v5.2.0 -before_script: -- export NUM_THREADS=4 -- export ITK_SOURCE_DIR=$HOME/itk-${ITK_VERSION} -- export ITK_BUILD_DIR=${ITK_SOURCE_DIR}-build -- if ! test -e ${ITK_SOURCE_DIR}/CMakeLists.txt; then rm -fr $ITK_SOURCE_DIR; fi -- if ! test -d ${ITK_SOURCE_DIR}; then git clone --branch ${ITK_VERSION} https://github.com/InsightSoftwareConsortium/ITK.git - ${ITK_SOURCE_DIR}; fi -- if ! test -d ${ITK_BUILD_DIR}; then mkdir ${ITK_BUILD_DIR}; fi -- cd ${ITK_BUILD_DIR} -- cmake ${ITK_SOURCE_DIR} -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF - -DModule_ITKReview=ON -- make --jobs=$NUM_THREADS --keep-going -- cd - -- cd .. -- mkdir build -- cd build -- cmake ../PETPVC -DCMAKE_BUILD_TYPE=Release -script: cmake --build . && ctest && cpack -deploy: - - provider: releases - api_key: - secure: "LWWJLSgd88a0DEc7FycHCVvZeNLMZd/2ETnsVchdcweFbYnBEMFHlVfOXaKihD9g5GNGDaHrOKsmV4R9741Zww5k9VAUI5288bJFGfibeyi+ewKm41LwTaaZMPVDhvhMcu7BAFm19EafeCgC1ft0BaBc9Ri8dvXCE8LKdUWWdPBD4S8EKN79vJfxGwXUZ/fGTbWtkHwwwYVw9Vcm038/A3vzqVIMhdYJzXYpzXiYHqoCGO4rpA4gS4oX9/EgjR/KkQNvPhOSVTWZw5gjLnVqRvWuUDqEyIfNN256SSrH6KjIParuOjidDkBgpxV7XP+haQpBAZjtoBLorkF04cs0m057KIXr6iPZhj0yorCFfq0XSLRc4mci46+bc683eVEMEsa0Ba2SrPNggIh0IMHfhOuPM6XcMxjvmj2AH2C/uXoHEf/F8shoKPeF5R57QtNFnIFAR/L1z76qVGq8gkSEHOBckNW39PJbkMsVyT0bVCoZJNZRskZoCZKb6QyMULFSojZrveUD84IR3bASeXSqAcfrmFI5kl55tsREHF8i24z+iHXf01aTvI79iv0laVdNZP54zgpKsf7PVwwQ+6vFZIMRs5FUm4JnADmofP32p7nAp5nmDTHLNm6u5MFAkWuWbRizC8zj+BPMhA8emRpVcO3u0pFCD9JgZKMVRK06DY8=" - file: "*.tar.gz" - file_glob: true - draft: true - skip_cleanup: true - on: - tags: true - all_branches: true diff --git a/README.md b/README.md index 58aac4b..82abf4b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PETPVC -[![Build Status](https://travis-ci.org/UCL/PETPVC.svg?branch=master)](https://travis-ci.org/UCL/PETPVC) [![Build Status](https://dev.azure.com/petpvc/petpvc/_apis/build/status/UCL.PETPVC?branchName=master)](https://dev.azure.com/petpvc/petpvc/_build/latest?definitionId=1&branchName=master) [![Build status](https://ci.appveyor.com/api/projects/status/7kk9ua9r0lybinwa/branch/master?svg=true)](https://ci.appveyor.com/project/bathomas/petpvc/branch/master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ab83c41f20194c2c82fbc74e8788f928)](https://www.codacy.com/app/bathomas/PETPVC?utm_source=github.com&utm_medium=referral&utm_content=UCL/PETPVC&utm_campaign=badger) [![DOI](https://zenodo.org/badge/17082200.svg)](https://zenodo.org/badge/latestdoi/17082200) +[![Build Status](https://dev.azure.com/petpvc/petpvc/_apis/build/status/UCL.PETPVC?branchName=master)](https://dev.azure.com/petpvc/petpvc/_build/latest?definitionId=1&branchName=master) [![Build status](https://ci.appveyor.com/api/projects/status/7kk9ua9r0lybinwa/branch/master?svg=true)](https://ci.appveyor.com/project/bathomas/petpvc/branch/master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ab83c41f20194c2c82fbc74e8788f928)](https://www.codacy.com/app/bathomas/PETPVC?utm_source=github.com&utm_medium=referral&utm_content=UCL/PETPVC&utm_campaign=badger) [![DOI](https://zenodo.org/badge/17082200.svg)](https://zenodo.org/badge/latestdoi/17082200) PETPVC: toolbox for partial volume correction (PVC) in positron emission tomography (PET)