Require BML_USE_POSIX_MEMALIGN to use posix_memalign() #192
This file contains 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: Trigger qmd-progress CI | |
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
jobs: | |
trigger_qmd_CI: | |
name: Trigger qmd-progress CI | |
runs-on: ubuntu-latest | |
if: ${{ github.repository == 'lanl/bml' }} | |
steps: | |
- run: | | |
curl -X POST \ | |
-H "Accept: application/vnd.github.v3+json" \ | |
-H "Authorization: token ${{ secrets.WORKFLOW_TOKEN }}" \ | |
-d '{"event_type":"bml_update"}' \ | |
https://api.github.com/repos/lanl/qmd-progress/dispatches |