chore: track avendish 558744d (CMake-native packaging default) (#8) #21
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: Portability | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main, master] | |
| concurrency: | |
| group: ${{ github.workflow }}-portability-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| smoke: | |
| uses: ossia/actions/.github/workflows/avnd-portability.yml@master | |
| secrets: inherit | |
| with: | |
| # iOS off: Xcode multi-config plumbing fails and iOS isn't a meaningful | |
| # target. The other 20 lanes cover the portability surface. | |
| ios: false |