Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Oct 1, 2024
1 parent 2f403a7 commit c259d20
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,16 @@ jobs:
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

# Build ITK-SNAP using CDash
- name: Build and Test ITK-SNAP
working-directory: ${{github.workspace}}/itksnap/build
run: |
ctest -D ExperimentalStart
ctest -D ExperimentalConfigure
ctest -D ExperimentalBuild
ctest -D ExperimentalTest
ctest -D ExperimentalSubmit
# Cache the ITK-SNAP build
- name: Cache ITK-SNAP build directory
uses: actions/cache/save@v4
Expand Down

0 comments on commit c259d20

Please sign in to comment.