Updated plugin template and building system to use new FEBioConfig.cmake #622
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI - macOS Push | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - develop | |
| - febiostudio3 | |
| permissions: | |
| id-token: write # This is required for requesting the JWT | |
| contents: read # This is required for actions/checkout | |
| jobs: | |
| call_workflow: | |
| uses: febiosoftware/febio-workflows/.github/workflows/macos-reusable.yml@develop | |
| with: | |
| package-name: febio-studio | |
| requires-sdk: true | |
| post-build: true | |
| python-module: true | |
| publish: true | |
| secrets: inherit |