GitHub Action to build IPOPT from source on macOS
Builds and installs COIN-OR's IPOPT from source on macOS runners using
coinbrew
with the build prefix of $HOME/install
.
None.
steps:
- name: Build Octave from source
uses: MATPOWER/action-build-ipopt-macos@v1
- name: Display installed files
run: |
ls -al $HOME/install/
ls -al $HOME/install/bin
ls -al $HOME/install/include
ls -al $HOME/install/lib
ls -al $HOME/install/share