Merge branch 'master' of github.com:google/or-tools
This commit is contained in:
2
.github/workflows/macos_cpp.yml
vendored
2
.github/workflows/macos_cpp.yml
vendored
@@ -30,4 +30,4 @@ jobs:
|
||||
- name: Test
|
||||
run: cmake --build build --config Release --target RUN_TESTS -v
|
||||
- name: Install
|
||||
run: cmake --build build --config Release --target install -v
|
||||
run: cmake --build build --config Release --target install -v -- DESTDIR=install
|
||||
|
||||
2
.github/workflows/macos_dotnet.yml
vendored
2
.github/workflows/macos_dotnet.yml
vendored
@@ -43,4 +43,4 @@ jobs:
|
||||
- name: Test
|
||||
run: cmake --build build --config Release --target RUN_TESTS -v
|
||||
- name: Install
|
||||
run: cmake --build build --config Release --target install -v
|
||||
run: cmake --build build --config Release --target install -v -- DESTDIR=install
|
||||
|
||||
2
.github/workflows/macos_java.yml
vendored
2
.github/workflows/macos_java.yml
vendored
@@ -43,4 +43,4 @@ jobs:
|
||||
- name: Test
|
||||
run: cmake --build build --config Release --target RUN_TESTS -v
|
||||
- name: Install
|
||||
run: cmake --build build --config Release --target install -v
|
||||
run: cmake --build build --config Release --target install -v -- DESTDIR=install
|
||||
|
||||
2
.github/workflows/macos_python.yml
vendored
2
.github/workflows/macos_python.yml
vendored
@@ -39,4 +39,4 @@ jobs:
|
||||
- name: Test
|
||||
run: cmake --build build --config Release --target RUN_TESTS -v
|
||||
- name: Install
|
||||
run: cmake --build build --config Release --target install -v
|
||||
run: cmake --build build --config Release --target install -v -- DESTDIR=install
|
||||
|
||||
Reference in New Issue
Block a user