Browse Source

CI (MSYS2): Configure with `-DCMAKE_BUILD_TYPE=Release`.

tags/v0.3.22^2
Markus Mützel 3 years ago
parent
commit
594ceeceda
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .github/workflows/dynamic_arch.yml

+ 3
- 1
.github/workflows/dynamic_arch.yml View File

@@ -235,7 +235,8 @@ jobs:
- name: Configure OpenBLAS
run: |
mkdir build && cd build
cmake -DBUILD_SHARED_LIBS=ON \
cmake -DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_STATIC_LIBS=ON \
-DDYNAMIC_ARCH=ON \
-DUSE_THREAD=ON \
@@ -258,6 +259,7 @@ jobs:
timeout-minutes: 60
run: cd build && ctest


cross_build:
runs-on: ubuntu-22.04



Loading…
Cancel
Save