Skip to content

Commit

Permalink
Add build-specific tests
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 14, 2024
1 parent 4f7dcc2 commit ed90d8a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions recipes/connectome-workbench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ outputs:
- qt-main
- libgl # [linux]
- libglu # [linux]
test:
commands:
- wb_view -help
- name: {{ name }}-cli
script: build_cli.sh
requirements:
Expand Down Expand Up @@ -85,17 +88,15 @@ outputs:
- qt-main
- libgl # [linux]
- libglu # [linux]
test:
commands:
- wb_command -version
- name: {{ name }}
requirements:
run:
- {{ pin_subpackage('connectome-workbench-cli', exact=True) }}
- {{ pin_subpackage('connectome-workbench-gui', exact=True) }}


test:
commands:
- wb_command -help

about:
home: https://www.humanconnectome.org/software/connectome-workbench
summary: 'Neuroimaging utility for the Human Connectome Project'
Expand Down

0 comments on commit ed90d8a

Please sign in to comment.