Skip to content

Commit db8215b

Browse files
committed
config release
1 parent 671ccce commit db8215b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/cmake-fetch-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
master:
77
runs-on: ${{ matrix.os }}
88
strategy:
9+
fail-fast: false
910
matrix:
1011
os: [ubuntu-latest]
1112
branch: [master, latest, cmake]

.github/workflows/cmake-fetch-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
master:
77
runs-on: ${{ matrix.os }}
88
strategy:
9+
fail-fast: false
910
matrix:
1011
os: [macos-latest]
1112
branch: [master, latest, cmake]

.github/workflows/cmake-fetch-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
master:
77
runs-on: ${{ matrix.os }}
88
strategy:
9+
fail-fast: false
910
matrix:
1011
os: [windows-latest]
1112
branch: [master, latest, cmake]
@@ -34,7 +35,7 @@ jobs:
3435
- name: Build CMakeFindHighsPackage
3536
working-directory: ${{runner.workspace}}\\build-fetch-${{matrix.branch}}
3637
run: |
37-
cmake --build . --parallel
38+
cmake --build . --parallel --config Release
3839
cmake --install .
3940
4041
- name: Test

0 commit comments

Comments
 (0)