Skip to content

Commit

Permalink
Trying to restore test install (#26)
Browse files Browse the repository at this point in the history
* Restore test install on CI pipelines

Co-authored-by: Cameron Rutherford <[email protected]>

---------

Co-authored-by: Cameron Rutherford <[email protected]>
  • Loading branch information
pelesh and cameronrutherford authored Oct 25, 2023
1 parent accf110 commit ab5584b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildsystem/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ if [[ $TEST -eq 1 ]]; then
echo Testing
echo
ctest $CTESTARGS || exit 1
make test_install || exit 1
popd
fi

Expand Down

0 comments on commit ab5584b

Please sign in to comment.