Skip to content

Commit

Permalink
test installing control package on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Oct 21, 2024
1 parent c5ccbcf commit d3c2765
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/make-macos.yaml
Original file line number Diff line number Diff line change
@@ -214,6 +214,13 @@ jobs:
mkoctfile --link-stand-alone embedded.cc -o embedded
./embedded
- name: test installing control package
run: |
unset CC
unset CXX
PATH="/Users/runner/usr/bin:$PATH" \
octave --eval "pkg install -verbose https://github.com/gnu-octave/pkg-control/releases/download/control-4.0.1/control-4.0.1.tar.gz"
- name: analyze test suite results
# Make sure the test summary lists 0 "FAIL"s and no "REGRESSION"
run: |

0 comments on commit d3c2765

Please sign in to comment.