Extension manager index update timeline

After submitting an extension to the Slicer Extension Index via pull request and having that pull request accepted and merged, what is the procedure or general timeframe until that extension will be publicly available on the Slicer Extension Manager?

I have been making sure to check the Kitware Slicer Appstore.

Once the pull request has been merged, it should be built with the next nightly build. If it is not showing up in the extension manager, you should check the build dashboard to see if there are errors:

Example: http://slicer.cdash.org/index.php?project=SlicerPreview&filtercount=1&showfilters=1&field1=buildname&compare1=63&value1=MarkupsToModel

1 Like

For your extension, here is the error log:
http://slicer.cdash.org/viewConfigure.php?buildid=1910888

You should remove this line:

since you do not have a testing directory

1 Like

Hi Sam, thanks for the information and especially for looking into my extension! I really appreciate it. I’ve fixed that CMakeList line so fingers crossed for the next nightly!