|
|
@@ -2,11 +2,16 @@ name: continuous build |
|
|
|
|
|
|
|
on: [push, pull_request] |
|
|
|
|
|
|
|
concurrency: |
|
|
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} |
|
|
|
cancel-in-progress: true |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read # to fetch code (actions/checkout) |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
if: "github.repository == 'OpenMathLib/OpenBLAS'" |
|
|
|
runs-on: ${{ matrix.os }} |
|
|
|
|
|
|
|
strategy: |
|
|
@@ -146,6 +151,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
msys2: |
|
|
|
if: "github.repository == 'OpenMathLib/OpenBLAS'" |
|
|
|
runs-on: windows-latest |
|
|
|
|
|
|
|
strategy: |
|
|
@@ -312,6 +318,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
cross_build: |
|
|
|
if: "github.repository == 'OpenMathLib/OpenBLAS'" |
|
|
|
runs-on: ubuntu-22.04 |
|
|
|
|
|
|
|
strategy: |
|
|
|