File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ uv tool install " git+https://github.com/scijava/pombast.git
3+ pombast melt . || true
4+ pombast smelt --json smelt.json .
Original file line number Diff line number Diff line change 22curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main/ci-setup-github-actions.sh
33sh ci-setup-github-actions.sh
44
5- # Install native libraries needed to build and test smelt components.
5+ # Install native libraries needed to smelt components.
66pkgs=" libxcb-shape0" # org.janelia:H5J_Loader_Plugin
77pkgs=" $pkgs libgtk2.0-0" # net.imagej:imagej-opencv
88pkgs=" $pkgs libblosc1" # org.janelia.saalfeldlab:n5-blosc
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11#! /bin/sh
22uv tool install " git+https://github.com/scijava/pombast.git@66a1e3abff431846a900703f7450e0c21f1456cc"
3- pombast status --config pombast.toml --html index.html .
3+ pombast status .
44commitNote=" $( TZ=UTC date +' %Y-%m-%d %H:%M:%S UTC' ) "
55.github/publish.sh index.html " Update component table ($commitNote )"
Original file line number Diff line number Diff line change 5757 path : ~/.cache/pombast
5858 key : ${{ runner.os }}-pombast-cache
5959
60- - name : Smelt components
61- run : .github/smelt .sh
60+ - name : Run pombast melt+smelt commands
61+ run : .github/melt .sh
6262 shell : bash
6363
6464 - name : Delete old pombast cache
You can’t perform that action at this time.
0 commit comments