Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: CI
on:
push:
branches:
- master
- main
- refactor/align-with-slicer-conventions
pull_request:
branches:
- master
- main
- refactor/align-with-slicer-conventions

Expand Down
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ set(EXTENSION_HOMEPAGE "https://github.com/MarkDanielArndt/SlicerZebrafishEmbryo
set(EXTENSION_CATEGORY "Analysis")
set(EXTENSION_CONTRIBUTORS "Jona Richter, Mark Daniel Arndt")
set(EXTENSION_DESCRIPTION "Zebrafish body length, curvature, and eye metrics from 2D microscopy images.")
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/MarkDanielArndt/SlicerZebrafishEmbryoAnalyzer/master/ZebrafishEmbryoAnalyzer/Resources/Icons/ZebrafishEmbryoAnalyzer.png")
set(EXTENSION_SCREENSHOTURLS
"https://raw.githubusercontent.com/MarkDanielArndt/SlicerZebrafishEmbryoAnalyzer/master/Documentation_images/gallery.png https://raw.githubusercontent.com/MarkDanielArndt/SlicerZebrafishEmbryoAnalyzer/master/Documentation_images/detail.png https://raw.githubusercontent.com/MarkDanielArndt/SlicerZebrafishEmbryoAnalyzer/master/Documentation_images/setup_dialog.png https://raw.githubusercontent.com/MarkDanielArndt/SlicerZebrafishEmbryoAnalyzer/master/Documentation_images/manual_correction.png"
)
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/MarkDanielArndt/SlicerZebrafishEmbryoAnalyzer/main/ZebrafishEmbryoAnalyzer/Resources/Icons/ZebrafishEmbryoAnalyzer.png")
set(EXTENSION_SCREENSHOTURLS "https://raw.githubusercontent.com/MarkDanielArndt/SlicerZebrafishEmbryoAnalyzer/main/Documentation_images/gallery.png https://raw.githubusercontent.com/MarkDanielArndt/SlicerZebrafishEmbryoAnalyzer/main/Documentation_images/detail.png https://raw.githubusercontent.com/MarkDanielArndt/SlicerZebrafishEmbryoAnalyzer/main/Documentation_images/setup_dialog.png https://raw.githubusercontent.com/MarkDanielArndt/SlicerZebrafishEmbryoAnalyzer/main/Documentation_images/manual_correction.png")
set(EXTENSION_DEPENDS "NA")

find_package(Slicer REQUIRED)
Expand Down
Loading