Skip to content

Commit 05a378b

Browse files
committed
test latest
1 parent 61d408e commit 05a378b

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/ortools-macos.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [macos-latest]
28-
# branch: [ortools-unpatch]
29-
# config: [Release, Debug]
30-
# all_tests: [ON, OFF]
3128
cmake: [
3229
# {name: "Xcode", generator: "Xcode", config: Release, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: install},
3330
{name: "Make", generator: "Unix Makefiles", config: Release, build_target: all, test_target: test, install_target: install},

.github/workflows/ortools-ubuntu.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [ubuntu-latest]
28-
# branch: [ortools-unpatch]
29-
# config: [Release, Debug]
30-
# all_tests: [ON, OFF]
3128
env:
3229
deps_src_key: linux_cpp_deps_src
3330
deps_build_key: linux_cpp_deps_build
@@ -98,6 +95,7 @@ jobs:
9895
-DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/installs
9996
cmake --build build -v -j30
10097
cmake --install build
98+
ls
10199
102100
- name: CCache stats
103101
run: |

.github/workflows/ortools-win.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,10 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [windows-latest]
28-
# branch: [ortools-unpatch]
2928
cmake: [
3029
{name: "VS2022", generator: "Visual Studio 17 2022", config: Release},
3130
# {name: "VS2022", generator: "Visual Studio 17 2022", config: Debug}, # too many symbols
3231
]
33-
# config: [Release, Debug]
34-
# all_tests: [ON, OFF]
3532
name: CMake(${{matrix.cmake.name}},${{matrix.cmake.config}})
3633
env:
3734
deps_src_key: amd64_windows_cpp_deps_src

0 commit comments

Comments
 (0)