Skip to content

Commit 80d4b01

Browse files
authored
Merge pull request #3 from ERGO-Code/cmake
Cmake
2 parents 962213b + 73a5808 commit 80d4b01

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
# os: [ubuntu-latest, windows-latest]
1111
os: [ubuntu-latest]
12-
branch: [master, latest]
12+
branch: [master, latest, cmake]
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -40,4 +40,6 @@ jobs:
4040
./main
4141
4242
# todo, not implemented yet in CMakeHighsFetchContent
43-
# - name: Test install
43+
# - name: Test install
44+
45+
# trigger test

.github/workflows/cmake-find-highs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ jobs:
66
master:
77
runs-on: ${{ matrix.os }}
88
strategy:
9+
fail-fast: false
910
matrix:
1011
# os: [ubuntu-latest, windows-latest]
1112
os: [ubuntu-latest]
12-
branch: [master, latest]
13+
branch: [master, latest, cmake]
1314

1415
steps:
1516
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)